@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.page-price {
  position: relative;
  margin-top: -5.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-price {
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .page-price__inner.inner {
    max-width: 62.5rem;
  }
}

.pricing-table-container {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2.625rem 3.1875rem 3.8125rem;
  box-shadow: 0px 0px 18px rgba(18, 116, 176, 0.29);
  margin-bottom: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .pricing-table-container {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}

.pricing-table-title {
  font-size: 1.9375rem;
  font-weight: bold;
  color: #005bac;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .pricing-table-title {
    font-size: 1.25rem;
  }
}

.pricing-table-description {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.pricing-table-wrapper {
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.6;
}
.pricing-table th,
.pricing-table td {
  border: 0.0625rem solid #005bac;
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
}
.pricing-table th {
  background-color: #F2FAFF;
  font-weight: bold;
  white-space: nowrap;
  color: #005bac;
  text-align: center;
}
.pricing-table td:nth-child(1){
    width: 30%;
}
.pricing-table td:nth-child(3){
    width: 55%;
}
.pricing-table td.price-cell {
  text-align: right;
  white-space: nowrap;
    width: 15%;
}
@media screen and (max-width: 767px) {
  .pricing-table th,
  .pricing-table td {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .pricing-table td {
    vertical-align: middle;
    height: 3.75rem;
  }
  .pricing-table td span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.pricing-table__column.pricing-table__column--price {
  min-width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .pricing-table__column.pricing-table__column--price {
    min-width: initial;
  }
}

.block-editor-page .pricing-table-block .pricing-table-container {
  border: 2px dashed #ddd;
  background: #f9f9f9;
  position: relative;
}
.block-editor-page .pricing-table-block .pricing-table-container::before {
  content: "編集中 - 料金テーブル";
  position: absolute;
  top: -0.625rem;
  left: 0.625rem;
  background: #0073aa;
  color: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  z-index: 10;
}
.block-editor-page .pricing-table-block .pricing-table-title-input {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #0073aa;
  background: white;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .block-editor-page .pricing-table-block .pricing-table-title-input {
    font-size: 1.75rem;
  }
}
.block-editor-page .pricing-table-block .pricing-table-description-input {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  background: white;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.block-editor-page .pricing-table-block .pricing-table {
  background: white;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
}
.block-editor-page .pricing-table-block .pricing-table th {
  background: #0073aa;
  color: white;
  padding: 0.75rem;
  text-align: center;
  font-weight: bold;
}
.block-editor-page .pricing-table-block .pricing-table th.pricing-actions-header {
  width: 5rem;
}
.block-editor-page .pricing-table-block .pricing-table td {
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.block-editor-page .pricing-table-block .pricing-table td.pricing-row-actions {
  text-align: center;
  width: 5rem;
}
.block-editor-page .pricing-table-block .pricing-table .pricing-row-input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.block-editor-page .pricing-table-block .pricing-table .pricing-row-input:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 1px #0073aa;
  outline: none;
}
.block-editor-page .pricing-table-block .pricing-add-row {
  margin-top: 1rem;
  background: #0073aa;
  border-color: #0073aa;
}
.block-editor-page .pricing-table-block .pricing-add-row:hover {
  background: #005a87;
  border-color: #005a87;
}
.block-editor-page .pricing-table-block .pricing-remove-row {
  background: #dc3232;
  border-color: #dc3232;
  color: white;
}
.block-editor-page .pricing-table-block .pricing-remove-row:hover {
  background: #a00;
  border-color: #a00;
}
.block-editor-page .pricing-table-block .pricing-table-block-item {
  position: relative;
  margin-bottom: 2rem;
}
.block-editor-page .pricing-table-block .pricing-table-block-item .pricing-remove-table {
  position: absolute;
  top: -0.625rem;
  right: 0.625rem;
  background: #dc3232;
  border-color: #dc3232;
  color: white;
  z-index: 10;
}
.block-editor-page .pricing-table-block .pricing-table-block-item .pricing-remove-table:hover {
  background: #a00;
  border-color: #a00;
}
.block-editor-page .pricing-table-block .pricing-empty-state {
  text-align: center;
  padding: 2.5rem;
  background: #f9f9f9;
  border: 2px dashed #ddd;
  border-radius: 0.5rem;
}
.block-editor-page .pricing-table-block .pricing-empty-state p {
  margin-bottom: 1rem;
  color: #666;
}

.pricing-add-table {
  background: #0073aa;
  border-color: #0073aa;
  color: white;
}
.pricing-add-table:hover {
  background: #005a87;
  border-color: #005a87;
}

body.wp-admin .acf-field-group .acf-fields {
  max-width: 100% !important;
  width: 100% !important;
}
body.wp-admin .acf-field-group .acf-field .acf-label {
  width: 20% !important;
  min-width: 150px;
  padding-right: 20px;
}
body.wp-admin .acf-field-group .acf-field .acf-input {
  width: 80% !important;
}
body.wp-admin .acf-field-group .acf-repeater .acf-row {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
}
body.wp-admin .acf-field-group .acf-repeater .acf-row .acf-sub-field {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
body.wp-admin .acf-field-group .acf-repeater .acf-row .acf-sub-field:last-child {
  margin-bottom: 0;
}
body.wp-admin .acf-field-group .acf-repeater .acf-row .acf-sub-field .acf-label {
  width: 100% !important;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
body.wp-admin .acf-field-group .acf-repeater .acf-row .acf-sub-field .acf-input {
  width: 100% !important;
}
body.wp-admin .acf-field-group .acf-repeater[data-layout=table] .acf-table {
  width: 100% !important;
  border-collapse: collapse;
}
body.wp-admin .acf-field-group .acf-repeater[data-layout=table] .acf-table .acf-table-header {
  background: #f1f1f1;
}
body.wp-admin .acf-field-group .acf-repeater[data-layout=table] .acf-table .acf-table-header .acf-sub-field {
  padding: 10px;
  font-weight: bold;
  border: 1px solid #ddd;
}
body.wp-admin .acf-field-group .acf-repeater[data-layout=table] .acf-table .acf-table-body .acf-row {
  display: table-row;
}
body.wp-admin .acf-field-group .acf-repeater[data-layout=table] .acf-table .acf-table-body .acf-row .acf-sub-field {
  display: table-cell;
  width: auto;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ddd;
}
body.wp-admin .acf-field-group .acf-repeater[data-layout=table] .acf-table .acf-table-body .acf-row .acf-sub-field input[type=text],
body.wp-admin .acf-field-group .acf-repeater[data-layout=table] .acf-table .acf-table-body .acf-row .acf-sub-field textarea {
  width: 100% !important;
  min-width: 120px;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 4px;
}
body.wp-admin .acf-field-group .acf-repeater[data-layout=table] .acf-table .acf-table-body .acf-row .acf-sub-field input[type=text]:focus,
body.wp-admin .acf-field-group .acf-repeater[data-layout=table] .acf-table .acf-table-body .acf-row .acf-sub-field textarea:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 1px #0073aa;
  outline: none;
}
body.wp-admin .acf-field-group .acf-field-text input[type=text],
body.wp-admin .acf-field-group .acf-field-text textarea,
body.wp-admin .acf-field-group .acf-field-textarea input[type=text],
body.wp-admin .acf-field-group .acf-field-textarea textarea {
  width: 100% !important;
  max-width: none !important;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
}
body.wp-admin .acf-field-group .acf-field-text input[type=text]:focus,
body.wp-admin .acf-field-group .acf-field-text textarea:focus,
body.wp-admin .acf-field-group .acf-field-textarea input[type=text]:focus,
body.wp-admin .acf-field-group .acf-field-textarea textarea:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 1px #0073aa;
  outline: none;
}
body.wp-admin .acf-field-group .acf-field-textarea textarea {
  height: 80px !important;
  resize: vertical;
  line-height: 1.5;
}
body.wp-admin .acf-field-group .acf-repeater .acf-row .acf-row-handle {
  width: 40px;
  text-align: center;
}
body.wp-admin .acf-field-group .acf-repeater .acf-row .acf-row-actions {
  width: 80px;
  text-align: center;
}
body.wp-admin .acf-field-group .acf-repeater .acf-row .acf-row-actions .acf-icon {
  margin: 0 5px;
}
body.wp-admin .acf-field-group .acf-repeater .acf-actions {
  text-align: center;
  margin-top: 20px;
}
body.wp-admin .acf-field-group .acf-repeater .acf-actions .button {
  background: #0073aa;
  border-color: #0073aa;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}
body.wp-admin .acf-field-group .acf-repeater .acf-actions .button:hover {
  background: #005a87;
  border-color: #005a87;
}
body.wp-admin .acf-field-group .acf-field-group-title {
  background: #0073aa;
  color: white;
  padding: 15px 20px;
  margin: 0 0 20px 0;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  font-weight: bold;
}
body.wp-admin .acf-field-group .acf-field-instructions {
  color: #666;
  font-style: italic;
  margin-bottom: 10px;
}
body.wp-admin .postbox .inside {
  padding: 20px;
}
@media (max-width: 1200px) {
  body.wp-admin .acf-field-group .acf-field .acf-label {
    width: 25% !important;
  }
  body.wp-admin .acf-field-group .acf-field .acf-input {
    width: 75% !important;
  }
}
@media (max-width: 768px) {
  body.wp-admin .acf-field-group .acf-field .acf-label {
    width: 100% !important;
    margin-bottom: 5px;
  }
  body.wp-admin .acf-field-group .acf-field .acf-input {
    width: 100% !important;
  }
  body.wp-admin .acf-field-group .acf-repeater .acf-row .acf-sub-field {
    min-width: 100%;
    margin-right: 0;
  }
}

/*# sourceMappingURL=price.css.map */
