@charset "UTF-8";
/*
Theme Name: Management Theme（3）
Author: 株式会社ハーティブレーン
Author URI: https://heartybrain.com/
Description: 株式会社ハーティブレーン管理テーマです。
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 3.0.0
Requires PHP: 7.3
Tested up to: 6.4
Text Domain: management-theme
Tags: hb
*/

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {
}

.acf-field-settings .acf-field {
  border-top: 0 !important;
}

.acf-tab-wrap {
  overflow: hidden !important;
}

body#tinymce {
  min-height: initial;
}

.wpcf7-list-item.first,
.wpcf7-list-item:first-child {
  margin-left: 0;
}

.wpcf7-list-item [name^="acceptance-"] + .wpcf7-list-item-label {
  display: block;
}

.wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 0.25em;
}

.has-spinner + .wpcf7-spinner {
  margin: 0.5em auto 0;
  display: block;
}

.input-control:has(.p-postal-code, .p-region) {
  max-width: 200px;
}

.p-postal-code,
.p-region {
  max-width: 200px;
}

.p-locality,
.p-street-address,
.p-extended-address {
  max-width: 480px;
}

.rank-math-breadcrumb {
  font-size: 0.875em;
}

.rank-math-breadcrumb:not(#\#) a {
  color: inherit;
}

.rank-math-breadcrumb .separator {
  margin: 0 0.5em;
  opacity: 0.5;
  vertical-align: middle;
  transform: scale(0.7);
  transform-origin: center;
}

/* reCAPTCHAのバッジを非表示 */
.grecaptcha-badge {
  visibility: hidden;
}
