.alert {
  color: #f00;
  display: none;
  font-size: 0.8rem;
  padding: 0;
  text-align: left;
}

.parts-notice {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
}

.app-title {
  font-size: 1.2rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 1;
  padding: 10px;
  margin: 0 auto;
  background: #9b8940;
  text-align: center;
  margin-bottom: 20px;
}

.app-btn {
  color: #fff;
  background: #9b8940;
  font-size: 16px;
  padding: 15px;
  border: none;
  border-radius: 30px;
  width: 100%;
  margin-top: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  display: block;
}

.app-btn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 750px) {
  .app-btn {
    font-size: 18px;
  }
}

.app-btn.back {
  opacity: 0.5;
  width: 50%;
  min-width: 200px;
  margin: 30px auto;
}

.app-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 800px;
  margin: 40px auto 20px;
}

.app-send-area {
  margin-top: 40px;
  padding-bottom: 40px;
}

.app-send-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #999;
  background: #fff;
}

@media screen and (min-width: 750px) {
  .app-send-table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
}

.app-send-table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
}

.app-send-table-title {
  padding: 20px;
  background: #999999;
  color: #fff;
  font-family: "Noto Serif JP";
  width: 100%;
}

@media screen and (min-width: 750px) {
  .app-send-table-title {
    width: 40%;
  }
}

.app-send-name {
  color: #9b8940;
  font-size: 14px;
  font-family: "Noto Serif JP";
}

@media screen and (min-width: 750px) {
  .app-send-name {
    font-size: 16px;
  }
}

.app-send-text {
  font-size: 16px;
  font-family: "Noto Serif JP";
}

@media screen and (min-width: 750px) {
  .app-send-text {
    font-size: 18px;
  }
}

.app-list-title {
  color: #fff;
  background: #9b8940;
  font-family: "Noto Serif JP";
}

.app-list-subtitle {
  padding-bottom: 8px;
  border-bottom: 1px solid #b3b3b3;
  font-family: "Noto Serif JP";
  font-size: 14px;
  margin: 40px 0 40px;
}

@media screen and (min-width: 750px) {
  .app-list-subtitle {
    font-size: 17px;
  }
}

.app-list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
  margin-bottom: 30px;
}

.app-list-card-col {
  background: #fff;
}

.app-list-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 750px) {
  .app-list-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.app-list-single-input {
  font-size: 1rem;
  text-align: left;
}

.app-list-confirm .app-list-single {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 750px) {
  .app-list-confirm .app-list-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.app-list-confirm .app-list-single .app-list-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 750px) {
  .app-list-confirm .app-list-single .app-list-quantity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.app-list-confirm .app-list-single .app-list-quantity-title {
  max-width: 50%;
}

@media screen and (min-width: 750px) {
  .app-list-confirm .app-list-single .app-list-quantity-title {
    max-width: none;
  }
}

.app-list-confirm .app-list-single .app-list-quantity-img {
  max-width: 250px;
}

@media screen and (min-width: 750px) {
  .app-list-confirm .app-list-single .app-list-quantity-img {
    max-width: none;
  }
}

.app-list-quantity {
  background: #fff;
  padding: 10px;
}

.app-list-quantity-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.app-list-quantity-text {
  font-size: 1.4rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.app-list-quantity-gram {
  font-size: 1rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.app-list-quantity-send {
  font-size: 1.2rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  line-height: 1.2rem;
  padding: 8px;
  padding-top: 4px;
  max-width: 100px;
  margin: 0 auto;
}

.app-list-quantity-send.blue {
  background: #0c1b63;
}

.app-list-quantity-send.orange {
  background: #f15a24;
}

.app-list-quantity-select {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}

.app-list-quantity-select select {
  padding: 0 5px;
}

.app-list-quantity-price {
  font-size: 1.2rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.app-list-quantity-price .normal {
  font-size: 1rem;
}

.confirm {
  padding-top: 20vw;
  background-color: #e6e6e6;
}

@media screen and (min-width: 750px) {
  .confirm {
    padding-top: 0;
  }
}

.confirm-area {
  background: #fff;
  padding: 20px 15px;
}

.form {
  font-size: 1rem;
  width: 100%;
  max-width: 1000px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0 15px;
}

.form img {
  max-width: 100%;
}

div,
p,
a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.price {
  text-align: right;
  font-size: 14px;
}

@media screen and (min-width: 750px) {
  .price {
    font-size: 22px;
  }
}

.payjs-outer {
  padding: 5px;
  margin-top: 10px;
  background: #fff;
}

.title-text {
  padding: 15px 0;
  display: block;
}

.text-box {
  font-family: "Noto Serif JP";
}
/*# sourceMappingURL=form.css.map */