  /* n_f_required */
.n_f_required {
  margin-left: 10px;
  padding: 4px 12px 2px 12px;
  font-size: 80%;
  line-height: 1;
  background-color: red;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  top: -2px;
}

/* n_f_box */
.n_f_box {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .n_f_box {
    margin-bottom: 40px;
  }
}

/* n_f_text */
.n_f_text {
  padding: 8px;
  font-size: 14px;
  border: 1px solid #c7c7c7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* n_f_name */
.n_f_name {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .n_f_name {
    width: 100%;
  }
}

/* n_f_mail */
.n_f_mail {
  width: 100%;
}

/* n_f_pw */
.n_f_pw {
  width: 50%;
}

/* n_f_zip */
.n_f_zip {
  width: 20%;
}
@media print, screen and (min-width: 768px) {
  .n_f_zip {
    width: 24%;
  }
}

/* n_f_address */
.n_f_address {
  width: 100%;
}

/* n_f_phone */
.n_f_phone {
  width: 25%;
}
@media print, screen and (min-width: 768px) {
  .n_f_phone {
    width: 25%;
  }
}

/* n_f_textarea */
.n_f_textarea {
  width: 100%;
  height: 200px;
}
@media print, screen and (min-width: 768px) {
  .n_f_textarea {
    height: 160px;
  }
}

/* n_f_select */
.n_f_select {
  padding: 8px;
  border: 1px solid #c7c7c7;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.n_f_select option {
  font-size: 14px;
}

/* n_f_btn */
.n_f_btn {
  min-width: 200px !important;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}
@media print, screen and (min-width: 1200px) {
  .n_f_btn {
    min-width: 240px !important;
  }
}

.n_f_btnarea {
  overflow: hidden;
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
}
.n_f_btnarea .n_f_btnarea_left {
  width: 100%;
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .n_f_btnarea .n_f_btnarea_left {
    width: 50%;
    order: 1;
  }
}
.n_f_btnarea .n_f_btnarea_right {
  width: 100%;
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .n_f_btnarea .n_f_btnarea_right {
    width: 50%;
    order: 2;
  }
}

/*# sourceMappingURL=form.css.map */
