@charset "UTF-8";
:root {
  --pop: "Poppins", serif;
  --rob: "Roboto", serif;
  --wh: #fff;
  --or: #fa6650;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.orderform {
  max-width: inherit;
}
.orderform .orderform__flow {
  text-align: center;
}
.orderform .orderform__flow h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .orderform .orderform__flow h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
.orderform .orderform__flow .under__cont-txt {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .orderform .orderform__flow .under__cont-txt {
    font-size: 14px;
  }
}
.orderform .orderform__flow .under__cont-txt span {
  text-decoration: underline;
}
.orderform .order-form {
  background-color: #f5f5f5;
  margin-top: 10rem;
}
@media screen and (max-width: 834px) {
  .orderform .order-form {
    margin-top: 0rem;
  }
}
.orderform .order-form h3.order-form__title {
  color: #e0382c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 834px) {
  .orderform .order-form h3.order-form__title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.orderform-wrapper {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.orderform input,
.orderform select,
.orderform textarea {
  all: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0 1.5rem;
}
.orderform input[type=text],
.orderform input[type=email],
.orderform input[type=tel],
.orderform input[type=number],
.orderform select {
  border-radius: 5px;
  width: 100%;
  height: 60px;
  box-sizing: content-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .orderform input[type=text],
  .orderform input[type=email],
  .orderform input[type=tel],
  .orderform input[type=number],
  .orderform select {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .orderform input[type=text],
  .orderform input[type=email],
  .orderform input[type=tel],
  .orderform input[type=number],
  .orderform select {
    height: 40px;
  }
}
.orderform input[type=number],
.orderform select {
  width: 100%;
  max-width: 400px;
}
.orderform input[name=zip] {
  width: 100%;
  margin-bottom: 1rem;
  margin-left: 2.5rem;
  max-width: 200px;
}
@media screen and (max-width: 834px) {
  .orderform input[name=zip] {
    max-width: 180px;
    display: inline;
  }
}
.orderform select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 400px;
}
@media screen and (max-width: 640px) {
  .orderform select {
    width: 100%;
  }
}
.orderform input[type=text]::-webkit-input-placeholder, .orderform input[type=email]::-webkit-input-placeholder, .orderform input[type=tel]::-webkit-input-placeholder, .orderform input[type=url]::-webkit-input-placeholder, .orderform textarea::-webkit-input-placeholder {
  color: #b8bbbf;
}
.orderform input[type=text]::-moz-placeholder, .orderform input[type=email]::-moz-placeholder, .orderform input[type=tel]::-moz-placeholder, .orderform input[type=url]::-moz-placeholder, .orderform textarea::-moz-placeholder {
  color: #b8bbbf;
}
.orderform input[type=text]:-ms-input-placeholder, .orderform input[type=email]:-ms-input-placeholder, .orderform input[type=tel]:-ms-input-placeholder, .orderform input[type=url]:-ms-input-placeholder, .orderform textarea:-ms-input-placeholder {
  color: #b8bbbf;
}
.orderform input[type=text]::-ms-input-placeholder, .orderform input[type=email]::-ms-input-placeholder, .orderform input[type=tel]::-ms-input-placeholder, .orderform input[type=url]::-ms-input-placeholder, .orderform textarea::-ms-input-placeholder {
  color: #b8bbbf;
}
.orderform input[type=text]::placeholder,
.orderform input[type=email]::placeholder,
.orderform input[type=tel]::placeholder,
.orderform input[type=url]::placeholder,
.orderform textarea::placeholder {
  color: #b8bbbf;
}
.orderform input[type=radio] {
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.orderform .inquiry-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2rem;
}
@media screen and (max-width: 834px) {
  .orderform .inquiry-item__list {
    gap: 0 1rem;
  }
}
.orderform .item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 2rem;
  border-radius: 10px;
  width: calc(25% - 1.5rem);
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .orderform .item-label {
    width: calc(50% - 1rem);
    padding: 2rem 1rem;
  }
}
.orderform .item-label__span {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.orderform .item-label__span::before, .orderform .item-label__span::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.orderform .item-label__span::before {
  left: 5px;
}
.orderform .item-label__span::after {
  opacity: 0;
  left: 8.4px;
  width: 13px;
  height: 13px;
}
.orderform input:checked + span::after {
  opacity: 1;
}
.orderform textarea {
  resize: vertical;
  width: 100%;
  height: 300px;
  display: inline-block;
  border-radius: 5px;
  box-sizing: content-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: -webkit-fill-available;
  padding: 3rem;
}
@media screen and (max-width: 834px) {
  .orderform textarea {
    height: 200px;
    padding: 2rem;
    max-width: 100%;
  }
}
.orderform__link {
  text-align: center;
  font-size: clamp(2.1rem, 2vw + 1rem, 2.4rem);
  width: 248px;
  height: 60px;
  margin: 13rem auto 16rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .orderform__link {
    margin: 6rem auto 8rem;
  }
}
@media screen and (max-width: 834px) {
  .orderform__link {
    margin: 4rem auto 5rem;
  }
}
.orderform .mb-10p {
  margin-bottom: 10px;
}
.orderform .mb-50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .orderform .mb-50 {
    margin-bottom: 3rem;
  }
}
.orderform .pt-100 {
  padding-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .orderform .pt-100 {
    padding-top: 0;
  }
}
.orderform .form-post-btn {
  background-color: #000;
  color: #fff;
  width: 90%;
  max-width: 230px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  text-align: center;
  margin-left: 1rem;
}
@media screen and (max-width: 834px) {
  .orderform .form-post-btn {
    margin-top: 1rem;
    max-width: 130px;
    height: 45px;
  }
}
@media (max-width: 449px) {
  .orderform .form-post-btn {
    margin: 1rem auto auto;
    display: block;
  }
}
.orderform .zip-addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
}
@media screen and (max-width: 834px) {
  .orderform .zip-addr {
    width: 100%;
  }
}
.orderform .material-symbols-outlined {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select-item {
  position: relative;
  display: inline-block;
}
@media (max-width: 449px) {
  .select-item {
    display: block;
  }
}
.select-item i {
  position: absolute;
  top: 50px;
  right: 5%;
  pointer-events: none;
  color: #006a83;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .zip input {
    display: block;
  }
}

.w-full {
  width: 100%;
}

.require-txt {
  margin: 0;
  background-color: #559f40;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 5px 8px;
}
@media screen and (max-width: 834px) {
  .require-txt {
    font-size: 1rem;
  }
}

.non-require-txt {
  margin: 0;
  background-color: #b9bacf;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 10px;
}
@media screen and (max-width: 834px) {
  .non-require-txt {
    font-size: 1rem;
  }
}

.option-txt {
  padding: 0.3rem 1rem 0.2rem;
  margin-left: 1rem;
  font-size: 1.2rem;
  border-radius: 3px;
}

.notice-txt {
  margin-left: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .notice-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}

/* privacy-policy */
.privacypolicy__wrapper {
  font-size: 1.4rem;
  padding: 3rem 3rem;
  line-height: 1.5;
  overflow-y: scroll;
  height: 380px;
  margin-top: 10rem;
  border-radius: 5px;
  border: 1px solid #b9bacf;
}
.privacypolicy__wrapper::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.privacypolicy__wrapper::-webkit-scrollbar-thumb {
  width: 15px;
  border-radius: 5px;
  padding-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .privacypolicy__wrapper {
    padding: 1rem 0 1rem 1.5rem;
    margin-top: 5rem;
    height: 190px;
  }
}
@media screen and (max-width: 640px) {
  .privacypolicy__wrapper {
    margin-top: 3rem;
    padding: 3rem 0 1rem 1.5rem;
  }
}
.privacypolicy__ttl {
  text-align: justify;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .privacypolicy__ttl {
    margin-bottom: 0;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .privacypolicy__ttl {
    letter-spacing: -1px;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.privacypolicy__list {
  margin-top: clamp(3rem, 4vw + 1rem, 4rem);
}
.privacypolicy__list-item {
  margin-bottom: clamp(3rem, 5vw + 1rem, 5rem);
}
.privacypolicy__list-item ul {
  padding-left: 5%;
}
.privacypolicy__list-item p {
  line-height: 1.7;
}
.privacypolicy__list-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.5;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .privacypolicy__list-ttl {
    line-height: 1.5;
  }
}
.privacypolicy__list-ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.privacypolicy__caution {
  margin-top: 2rem;
}
.privacypolicy__controller {
  text-align: center;
  margin-top: 7rem;
}
@media screen and (max-width: 834px) {
  .privacypolicy__controller {
    margin-top: 3rem;
  }
}
.privacypolicy__controller-submit {
  margin: 0 auto 15rem;
}
@media screen and (max-width: 834px) {
  .privacypolicy__controller-submit {
    margin: 0 auto 7rem;
  }
}
.privacypolicy__controller-submit-wrapper {
  display: inline-block;
  position: relative;
}
.privacypolicy__controller-submit input {
  background-color: #2f3742;
  width: 230px;
  height: 64px;
  line-height: 1;
  border-radius: 40px;
  font-size: 15px;
  max-width: 230px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
@media screen and (max-width: 834px) {
  .privacypolicy__controller-submit input {
    width: 165px;
    height: 40px;
  }
}
.privacypolicy__controller-submit input:hover {
  opacity: 0.7;
}
.privacypolicy__controller-submit input:disabled {
  color: #fff;
  background-color: #8c8c8c;
}
.privacypolicy__controller-submit input:disabled:hover {
  opacity: 1;
}

/* thanks */
.thanks {
  border-radius: 50px;
}
.thanks .orderform__heading-sentence {
  margin-bottom: 3rem;
  text-align: left;
}
.thanks__link {
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  height: 75px;
  font-size: 1.7rem;
  font-weight: 500;
  border-radius: 50px;
  margin: 12rem auto 2rem;
}
@media screen and (max-width: 1200px) {
  .thanks__link {
    margin: 6rem auto;
  }
}
@media screen and (max-width: 834px) {
  .thanks__link {
    margin: 3em auto;
    max-width: 250px;
  }
}

.back__link a {
  display: block;
  background-color: #003428;
  font-size: 1.4rem;
  font-weight: 700;
  max-width: 180px;
  width: 90%;
  line-height: 50px;
  margin: 5rem auto 0;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.back__link a:hover {
  opacity: 0.7;
}

.pp-area {
  margin-top: 5rem;
  border-top: 1px solid #b9bacf;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .pp-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2rem;
    grid-row-gap: 3rem;
    margin-top: 2rem;
  }
}
.pp-area .pp-area__title {
  width: 40%;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .pp-area .pp-area__title {
    width: 100%;
  }
}
.pp-area .pp-area__info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row-gap: 20px;
}
@media screen and (max-width: 834px) {
  .pp-area .pp-area__info {
    width: 100%;
  }
}
.pp-area .pp-area__info p {
  font-size: 14px;
}

.error-page {
  background-color: #f6f6f6;
  padding: 13rem 0;
}
@media screen and (max-width: 834px) {
  .error-page {
    padding: 7rem 0;
  }
}
.error-page .complete-content {
  text-align: center;
  max-width: 1200px;
}
.error-page .complete-content .under__cont-heading {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .error-page .complete-content .under__cont-heading {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.error-page .complete-content .under__cont-txt {
  font-size: 16px;
  line-height: 1.8;
  width: 90%;
  margin: 0 auto 6rem;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .error-page .complete-content .under__cont-txt {
    width: 100%;
    text-align: justify;
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.error-page a.btn {
  margin: 4rem auto 0;
}
.error-page a.btn .hover-loop {
  padding: 1rem 5rem;
}

.thanks-page {
  background-color: #f6f6f6;
  padding: 13rem 0;
}
@media screen and (max-width: 834px) {
  .thanks-page {
    padding: 7rem 0;
  }
}
.thanks-page .complete-content {
  text-align: center;
  max-width: 1200px;
}
.thanks-page .complete-content .under__cont-heading {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .thanks-page .complete-content .under__cont-heading {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.thanks-page .complete-content .under__cont-txt {
  font-size: 16px;
  line-height: 1.8;
  width: 90%;
  margin: 0 auto 6rem;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .thanks-page .complete-content .under__cont-txt {
    width: 100%;
    text-align: justify;
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.thanks-page .complete-content .under__cont-txt span {
  text-decoration: underline;
}
.thanks-page a.btn {
  margin: 4rem auto 0;
}
.thanks-page a.btn .hover-loop {
  padding: 1rem 5rem;
}

.order-form__parts1 {
  position: relative;
}
.order-form__parts1::after {
  content: "※企業名を入力してください。";
  position: absolute;
  color: #e0382c;
  font-size: 14px;
  left: 0;
  bottom: -30px;
}
@media screen and (max-width: 834px) {
  .order-form__parts1::after {
    font-size: 12px;
    bottom: -20px;
  }
}

.error {
  color: #e0382c;
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}

.order-form__radio .order-form__parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .order-form__radio .order-form__parts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.order-form__radio .radio-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 23%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .order-form__radio .radio-button-group {
    width: 100%;
  }
}
.order-form__radio .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding-left: 31px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 834px) {
  .order-form__radio .radio-label {
    font-size: 14px;
  }
}
.order-form__radio .radio-label input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  width: 16px;
  height: 16px;
}
.order-form__radio .custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.order-form__radio .radio-label input[type=radio]:checked + .custom-radio::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #887358;
  border-radius: 50%;
}
.order-form__radio .hp-url-input {
  display: block;
  margin-top: 0.5rem;
  height: 60px;
  width: 73%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: rgb(238, 238, 238);
}
@media screen and (max-width: 834px) {
  .order-form__radio .hp-url-input {
    height: 40px;
    width: 100%;
    display: block;
  }
}

.order-form__address .order-form__parts {
  position: relative;
}
.order-form__address .order-form__parts .sign {
  position: absolute;
  top: 16px;
}

.order-form {
  padding: 8rem 0 0;
}
@media screen and (max-width: 1200px) {
  .order-form {
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .order-form {
    padding: 5rem 0 0;
  }
}
.order-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem 0;
}
@media screen and (max-width: 834px) {
  .order-form__wrapper {
    gap: 4rem 0;
  }
}
.order-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .order-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem 0;
  }
}
.order-form__lavel {
  margin-top: 11px;
  width: 20%;
  font-weight: 500;
  font-size: clamp(1.4rem, 1vw + 1rem, 1.8rem);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 834px) {
  .order-form__lavel {
    margin-top: 0px;
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.order-form__parts {
  width: 76%;
}
.order-form__parts input.form-email,
.order-form__parts input.form-text,
.order-form__parts input.form-tel,
.order-form__parts .form-textarea {
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .order-form__parts {
    width: 100%;
  }
}

.order-form__lavel--has-hp {
  margin-top: 16px;
}

/* 注文種類 */
.order-form__radio--order-type .radio-button-group {
  width: 100%;
}

/* 注文数 */
.order-form__num-input-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.order-form__num-input-area input.form-text {
  width: 160px;
  height: 64px;
}
@media screen and (max-width: 640px) {
  .order-form__num-input-area input.form-text {
    height: 40px;
  }
}

.order-form__num-note {
  font-size: 1.6rem;
  margin-top: 18px;
}
@media screen and (max-width: 834px) {
  .order-form__num-note {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

.order-form__num-item {
  margin-top: 40px;
}

.order-form__num-item-ttl {
  font-size: 1.8rem;
  padding-left: 16px;
  position: relative;
  font-weight: 500;
}
.order-form__num-item-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 11px;
  aspect-ratio: 1;
  background-color: #559f40;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .order-form__num-item-ttl {
    font-size: 1.4rem;
  }
}

.order-form__num-item-detail {
  margin-left: 1em;
}

.order-form__num-item-unit {
  font-size: 1.5rem;
  border: 1px solid #2f3742;
  border-radius: 50px;
  text-align: center;
  padding: 5px 12px 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 62px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .order-form__num-item-unit {
    font-size: 1.3rem;
  }
}

.order-form__num-item-price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 6px;
}
@media screen and (max-width: 834px) {
  .order-form__num-item-price-info {
    font-size: 1.3rem;
  }
}

.order-form__num-item-price {
  font-size: 1.9rem;
}
@media screen and (max-width: 834px) {
  .order-form__num-item-price {
    font-size: 1.6rem;
  }
}

.order-form__num-item-note {
  font-size: 1.7rem;
}
@media screen and (max-width: 834px) {
  .order-form__num-item-note {
    font-size: 1.3rem;
  }
}

/* バリデーション */
.order-form__parts--validate-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order-form__parts-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .order-form__parts-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.privacypolicy__controller-submit {
  margin-bottom: 0;
}

/* 郵便番号 */
.contact-form__zip-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-orderform {
  background-color: #f6f6f6;
  padding-block: 13rem 15rem;
}
@media screen and (max-width: 834px) {
  .sec-orderform {
    padding-block: 7rem;
  }
}

/* プライバシーポリシーに同意する */
.privacypolicy__controller {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
.privacypolicy__controller .agree-check {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 26px;
  height: 22px;
  background-color: #fff;
  cursor: pointer;
  padding: 0;
}
.privacypolicy__controller .agree-check:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 4px;
  width: 20px;
  height: 10px;
  border-bottom: 2px solid #2f2742;
  border-left: 2px solid #2f3742;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.privacypolicy__controller-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem;
}
@media screen and (max-width: 834px) {
  .privacypolicy__controller-checkbox label {
    gap: 0.8rem;
  }
}
.privacypolicy__controller-submit a {
  text-decoration: none;
}
.privacypolicy__controller-submit .order-form-submit-btn {
  background-color: #2f3742;
  width: 230px;
  height: 64px;
  line-height: 1;
  border-radius: 40px;
  font-size: 15px;
  max-width: 230px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
  margin: 12rem auto 0;
}
@media screen and (max-width: 834px) {
  .privacypolicy__controller-submit .order-form-submit-btn {
    margin-top: 3rem;
  }
}
.privacypolicy__controller-submit .order-form-submit-btn:disabled {
  background-color: #bbb;
  border: none;
}

.privacypolicy__controller-link {
  text-decoration: underline;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .privacypolicy__controller-link {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=orderform.css.map */