@charset "UTF-8";
.page-content.order-form p {
  margin-bottom: 0 !important;
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .contact-form th {
    border-top: none;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
  }
}
.contact-form td input[type=file] {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  body.is-confirm .contact-form th {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.is-confirm .contact-form td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.contact-form table {
  margin-top: 2rem;
}
.contact-form table tbody tr td p:empty {
  display: none;
}

input[type=file] {
  padding-left: 0 !important;
}

.wpcf7-select {
  padding: 0.5em;
}

@media screen and (max-width: 768px) {
  .page-content.order-form .contact-form tr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-content.order-form .contact-form tr.option-item th {
    margin-bottom: 0 !important;
  }
}
.page-content.order-form .contact-form th {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page-content.order-form .contact-form th {
    white-space: normal;
    margin-bottom: 1.5em;
    width: 100%;
    font-weight: bold;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .page-content.order-form .contact-form th.other-items-label {
    margin-bottom: 0 !important;
  }
}
.page-content.order-form .contact-form #order-content-row {
  display: none;
}
.page-content.order-form .contact-form pre#order-items-display {
  background-color: #f5f5f5 !important;
  border: 1px solid #dddddd !important;
  padding: 1.5em !important;
  font-family: monospace !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  margin: 0 !important;
}

body.is-confirm .wpcf7cp-form-hide,
body.is-confirm h3#applicant-info,
body.is-confirm .member-type-table,
body.is-confirm .order-form-table {
  display: none !important;
}
body.is-confirm .wpcf7cp-order-content {
  margin-top: 2rem;
}
body.is-confirm #wpcf7cpcnf {
  position: relative;
}
#wpcf7cpcnf .wpcf7cp-order-section,
#wpcf7cpcnf .wpcf7cp-applicant-section {
  margin-bottom: 2em;
}
#wpcf7cpcnf .wpcf7cp-order-section h3,
#wpcf7cpcnf .wpcf7cp-applicant-section h3 {
  display: inline-block;
  font-size: 3rem;
  color: #333333;
  margin: 6rem 0 4rem;
  letter-spacing: 0.3rem;
  line-height: 1.5;
  position: relative;
}
#wpcf7cpcnf .wpcf7cp-order-content {
  background-color: #f5f5f5 !important;
  border: 1px solid #dddddd !important;
  padding: 1.5em !important;
  font-family: monospace !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
}

@media screen and (max-width: 768px) {
  .order-form-table {
    border-top: none !important;
  }
}
.order-form-table thead tr th {
  color: #ffffff;
  background-color: #333333;
  padding: 1em;
  white-space: nowrap;
}
.order-form-table thead tr th:nth-child(5) {
  padding-right: 1.5em;
}
.order-form-table tr th,
.order-form-table tr td {
  padding: 1em;
}
.order-form-table tr th:nth-child(1),
.order-form-table tr td:nth-child(1) {
  width: 45%;
}
.order-form-table tr th:nth-child(2),
.order-form-table tr td:nth-child(2) {
  width: 15%;
  text-align: center;
}
.order-form-table tr th:nth-child(3),
.order-form-table tr td:nth-child(3) {
  width: 20%;
  text-align: center;
}
.order-form-table tr th:nth-child(4),
.order-form-table tr td:nth-child(4) {
  width: 10%;
  text-align: center;
}
.order-form-table tr th:nth-child(5),
.order-form-table tr td:nth-child(5) {
  width: 10%;
}
.order-form-table tr th[colspan="5"] {
  font-weight: bold;
  background-color: #f5f5f5;
  padding-left: 1em;
}
.order-form-table tr th:nth-child(5) {
  text-align: right;
}
.order-form-table tr td:nth-child(4) input[type=number] {
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
}
.order-form-table tr td:nth-child(4) input[type=number]::-webkit-outer-spin-button, .order-form-table tr td:nth-child(4) input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.order-form-table tr td:nth-child(5) {
  white-space: nowrap;
  text-align: right;
}
.order-form-table tr td.grand-total {
  text-align: right;
}
.order-form-table tr.option-item th .required {
  color: #fff;
  background-color: #c31a1f;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2rem 0.6rem 0.2rem;
  margin-left: 0.5em;
}
.order-form-table tr.option-item td {
  text-align: left;
}
.order-form-table tr.option-item td .wpcf7-not-valid-tip {
  display: block;
  color: #d32f2f;
  font-size: 0.9em;
  margin-top: 0.5em;
}
.order-form-table tr.option-item td input.wpcf7-not-valid {
  border-color: #d32f2f;
  background-color: #fff5f5;
}
.order-form-table tr.option-item td input:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.6;
}
.order-form-table thead th.active-price {
  font-weight: bold;
}
.order-form-table tbody td.price-general:not(.active-price), .order-form-table tbody td.price-network:not(.active-price) {
  opacity: 0.6;
}
.order-form-table .grand-total-label,
.order-form-table .grand-total {
  font-weight: bold;
}

.member-type-table {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.wpcf7-submit:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .page-content.order-form .contact-form pre#order-items-display {
    font-size: 12px !important;
    padding: 1em !important;
  }
  .order-form-table {
    display: block;
    width: 100%;
    border: none;
  }
  .order-form-table thead {
    display: none;
  }
  .order-form-table tbody {
    display: block;
  }
  .order-form-table tr th[colspan="5"] {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 1em !important;
    margin-top: 1em;
    background-color: #f5f5f5;
    border: none;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.5;
  }
  .order-form-table tbody tr:not(:has(th[colspan="5"])) {
    display: block;
    margin-bottom: 1.5em;
    padding: 0.5em 1em !important;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
  }
  .order-form-table tbody tr:not(:has(th[colspan="5"])) td {
    display: block;
    width: 100% !important;
    padding: 0.5em 0 !important;
    border: none;
    text-align: left !important;
  }
  .order-form-table tbody tr:not(:has(th[colspan="5"])) td:nth-child(1) {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #eeeeee;
  }
  .order-form-table tbody tr:not(:has(th[colspan="5"])) td:nth-child(2), .order-form-table tbody tr:not(:has(th[colspan="5"])) td:nth-child(3) {
    font-size: 13px;
    padding-left: 0 !important;
  }
  .order-form-table tbody tr:not(:has(th[colspan="5"])) td:nth-child(2)::before, .order-form-table tbody tr:not(:has(th[colspan="5"])) td:nth-child(3)::before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    min-width: 140px;
  }
  .order-form-table tbody tr:not(:has(th[colspan="5"])) td:nth-child(2).active-price, .order-form-table tbody tr:not(:has(th[colspan="5"])) td:nth-child(3).active-price {
    font-weight: bold;
    color: #d32f2f;
  }
  .order-form-table tbody tr:not(:has(th[colspan="5"])) td:nth-child(4) {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #eeeeee;
  }
  .order-form-table tbody tr:not(:has(th[colspan="5"])) td:nth-child(4)::before {
    content: "購入数";
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #666666;
  }
  .order-form-table tbody tr:not(:has(th[colspan="5"])) td:nth-child(4) input[type=number] {
    width: 100%;
    max-width: 150px;
    padding: 0.8em;
    font-size: 16px;
    border: 2px solid #dddddd;
    border-radius: 4px;
  }
  .order-form-table tbody tr:not(:has(th[colspan="5"])) td:nth-child(5) {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: right !important;
    color: #d32f2f;
  }
  .order-form-table tbody tr:not(:has(th[colspan="5"])) td:nth-child(5)::before {
    content: "小計: ";
    color: #666666;
    font-weight: normal;
  }
  .order-form-table tr.option-item {
    display: block;
    margin-bottom: 1em;
    padding: 1em;
    background-color: #fffbf0;
    border: 1px solid #ffe0a3;
    border-radius: 4px;
  }
  .order-form-table tr.option-item td {
    display: block;
    padding: 0.3em 0 !important;
    font-size: 13px;
  }
  .order-form-table tr.option-item td label {
    display: flex;
    align-items: center;
  }
  .order-form-table tr.option-item td label input[type=radio] {
    margin-right: 0.5em;
    width: 18px;
    height: 18px;
  }
  .order-form-table tbody tr:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5em;
    padding: 1.2em !important;
    background-color: #f5f5f5;
    border: 2px solid #333333;
    border-radius: 8px;
    box-shadow: none;
  }
  .order-form-table tbody tr:last-child td {
    display: inline-block;
    width: auto !important;
    padding: 0 !important;
    border: none;
    opacity: 1 !important;
  }
  .order-form-table tbody tr:last-child td.grand-total-label {
    font-size: 18px;
    font-weight: bold;
  }
  .order-form-table tbody tr:last-child td.grand-total {
    opacity: 1 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #d32f2f !important;
    text-align: right !important;
  }
  #wpcf7cpcnf .wpcf7cp-order-section h3,
  #wpcf7cpcnf .wpcf7cp-applicant-section h3 {
    font-size: 2rem !important;
    margin: 3rem 0 2rem !important;
  }
  #wpcf7cpcnf .wpcf7cp-order-content {
    font-size: 14px !important;
    padding: 1em !important;
  }
}/*# sourceMappingURL=style.css.map */