@charset "UTF-8";
/*
Theme Name: hp-standard-theme-child
Template: hp-standard-theme
*/
@media (min-width: 960px) {
  .pc-hide {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 959px) {
  .tablet-hide {
    display: none;
  }
}
@media (max-width: 575px) {
  .sp-hide {
    display: none;
  }
}
.wp-block-group h1, .wp-block-group h2, .wp-block-group h3, .wp-block-group h4, .wp-block-group h5, .wp-block-group h6 {
  margin-bottom: 0.8em;
}
.wp-block-group + .wp-block-group {
  margin-top: 4rem;
}

.wp-block-kadence-posts.grid-cols {
  row-gap: 1rem;
}

.entry-header {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

/**
 * main と footer の余白
 */
.entry-content > *:last-child:not(.contact) {
  margin-bottom: 8rem;
}
@media (max-width: 575px) {
  .entry-content > *:last-child:not(.contact) {
    margin-bottom: 4rem;
  }
}
@media (min-width: 576px) and (max-width: 959px) {
  .entry-content > *:last-child:not(.contact) {
    margin-bottom: 6rem;
  }
}

.entry-meta {
  padding: 0 1em 0 0;
  margin: 0 !important;
}

.single-page-container .alignfull {
  padding: 0;
}

.wp-block-table table {
  margin: 0;
}
.wp-block-table.is-style-border table {
  border: none;
}
.wp-block-table.is-style-border th, .wp-block-table.is-style-border td {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: none;
}
.wp-block-table.is-style-border th:first-child, .wp-block-table.is-style-border td:first-child {
  white-space: nowrap;
}
.wp-block-table.is-style-normal th, .wp-block-table.is-style-normal td {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.wp-block-table.is-style-normal th:first-child, .wp-block-table.is-style-normal td:first-child {
  background-color: #eee;
  white-space: nowrap;
}

.wp-block-button.is-style-outline-maru .wp-block-button__link {
  background: none;
  border: 2px solid var(--nv-text-color);
  color: var(--nv-text-color);
  width: 280px;
  max-width: 100%;
  display: block;
  font-weight: normal;
  font-size: inherit;
  letter-spacing: 0.02em;
  border-radius: 50px;
}
.wp-block-button.is-style-outline-maru .wp-block-button__link:hover {
  background-color: var(--nv-text-color);
  color: var(--nv-site-bg);
}
.wp-block-button.is-style-outline-maru-white .wp-block-button__link {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  width: 280px;
  max-width: 100%;
  display: block;
  font-weight: normal;
  font-size: inherit;
  letter-spacing: 0.02em;
  border-radius: 50px;
}
.wp-block-button.is-style-outline-maru-white .wp-block-button__link:hover {
  background-color: #fff;
  color: var(--nv-text-color);
}

/**
 * 下層見出しの英語タイトルの色
 */
.sub-heding-color {
  color: var(--nv-secondary-accent);
}

/**
 * ソーシャルアイコン
 */
.wp-block-kadence-icon.social-color .kt-svg-icon-link {
  color: #9a9a9a;
  transition: 0.15s;
}
.wp-block-kadence-icon.social-color .kt-svg-icon-link:hover {
  color: #ccc;
}

/**
 * フッター余白
 */
.footer-top-inner {
  padding-top: 0.5rem;
}