@charset "UTF-8";
:root .is-style-my-table {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #aaa;
}
:root .is-style-my-table tr {
  border-bottom: solid 1px #aaa;
}
:root .is-style-my-table td,
:root .is-style-my-table th {
  border: none;
  vertical-align: middle;
  padding-top: 1em;
  padding-bottom: 1em;
}
:root .is-style-my-columns {
  margin-top: max(20px, min(2.196193265vw, 30px));
  gap: max(16px, min(1.4641288433vw, 20px));
}
:root .is-style-my-columns > div > figure img {
  border-radius: max(4px, min(0.5856515373vw, 8px));
}
:root .is-style-my-group-with-bg-white {
  border-radius: clamp(0.4rem, 0.259rem + 0.376vw, 0.8rem);
  padding: 1.5em;
  background-color: #fff;
}
:root .is-style-my-group-with-bg-white > div > * + * {
  margin-top: 1em;
}
:root .is-style-my-group-with-bg-white span,
:root .is-style-my-group-with-bg-white strong {
  display: inline-block;
}
:root .is-style-my-group-with-bg-white h2,
:root .is-style-my-group-with-bg-white h3,
:root .is-style-my-group-with-bg-white h4,
:root .is-style-my-group-with-bg-white h5,
:root .is-style-my-group-with-bg-white h6 {
  color: #649b1d;
  font-size: clamp(1.4rem, 1.33rem + 0.188vw, 1.6rem);
}
:root .is-style-my-media-text-profile {
  gap: clamp(1.6rem, 1.107rem + 1.315vw, 3rem);
  grid-template-columns: 2fr 1fr;
}
:root .is-style-my-media-text-profile .wp-block-media-text__content {
  align-self: start;
  padding: 0;
}
:root .is-style-my-media-text-profile .wp-block-media-text__content > * + * {
  margin-top: 1em;
}
:root .is-style-my-media-text-profile .wp-block-media-text__content .name-wrap > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}
:root .is-style-my-media-text-profile .wp-block-media-text__content .name-wrap > div * {
  margin: 0;
}
:root .is-style-my-media-text-profile .wp-block-media-text__content .name-wrap .name > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
:root .is-style-my-media-text-profile .wp-block-media-text__content .name-wrap .name .name-kanji {
  font-size: clamp(1.6rem, 1.459rem + 0.376vw, 2rem);
}
:root .is-style-my-media-text-profile .wp-block-media-text__content .name-wrap .name .name-kana {
  font-weight: 400;
  padding-bottom: 0.1em;
}
:root .is-style-my-media-text-profile .wp-block-media-text__media {
  padding: 0;
}
:root .is-style-my-media-text-profile .wp-block-media-text__media img {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
:root .is-style-my-media-text-flow {
  gap: clamp(1.6rem, 1.318rem + 0.751vw, 2.4rem);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
:root .is-style-my-media-text-flow > * {
  min-width: 200px;
}
:root .is-style-my-media-text-flow .wp-block-media-text__content {
  flex: 1;
  padding: 0;
  align-self: start;
}
:root .is-style-my-media-text-flow .wp-block-media-text__content > * + * {
  margin-top: 1em;
}
:root .is-style-my-media-text-flow .wp-block-media-text__media {
  flex: 1;
  flex-shrink: 0;
  padding: 0;
}
:root .is-style-my-media-text-flow .wp-block-media-text__media img {
  border-radius: 4px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
:root .is-style-my-list-with-maru > * + * {
  margin-top: 0.25em;
}
:root .is-style-my-list-with-maru li {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  gap: 0.25em;
}
:root .is-style-my-list-with-maru li::before {
  content: "●";
  color: #71b51a;
}
:root .is-style-my-button-green .wp-element-button, :root .is-style-my-button-external-gold .wp-element-button, :root .is-style-my-button-external-orange .wp-element-button {
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  line-height: 1;
  caret-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.1s linear;
  will-change: transform;
  background-color: #fff;
  color: #333;
  font-size: clamp(1.6rem, 1.459rem + 0.376vw, 2rem);
  border: solid 2px #ccc;
  padding: 0.9em 2em 1em;
  border-radius: 999px;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  gap: 0.5em;
  line-height: 1.2;
}
:root .is-style-my-button-green .wp-element-button *, :root .is-style-my-button-external-gold .wp-element-button *, :root .is-style-my-button-external-orange .wp-element-button *,
:root .is-style-my-button-green .wp-element-button *::before,
:root .is-style-my-button-external-gold .wp-element-button *::before,
:root .is-style-my-button-external-orange .wp-element-button *::before,
:root .is-style-my-button-green .wp-element-button *::after,
:root .is-style-my-button-external-gold .wp-element-button *::after,
:root .is-style-my-button-external-orange .wp-element-button *::after {
  transition: all 0.1s linear;
}
:root .is-style-my-button-green .wp-element-button:hover, :root .is-style-my-button-external-gold .wp-element-button:hover, :root .is-style-my-button-external-orange .wp-element-button:hover {
  opacity: 1;
}
:root .is-style-my-button-green .wp-element-button:hover::after, :root .is-style-my-button-external-gold .wp-element-button:hover::after, :root .is-style-my-button-external-orange .wp-element-button:hover::after {
  scale: 1.2;
}
:root .is-style-my-button-green .wp-element-button::after, :root .is-style-my-button-external-gold .wp-element-button::after, :root .is-style-my-button-external-orange .wp-element-button::after {
  flex-shrink: 0;
  transition: scale 0.1s linear;
  transform-origin: bottom left;
}
:root .is-style-my-button-external-orange .wp-element-button::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/icon_external_orange.svg) no-repeat center center;
  background-size: contain;
}
:root .is-style-my-button-external-gold .wp-element-button::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/icon_external_gold.svg) no-repeat center center;
  background-size: contain;
}
:root .is-style-my-button-green .wp-element-button {
  color: #649b1d;
  border-color: #649b1d;
}
:root .is-style-my-heading-sinryo {
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(1.4rem, min(1.1713030747vw, 1.6rem));
  padding: 0.35em 1em 0.25em;
  border-radius: 3px;
  color: #fff;
  background-color: #7cbc29;
  margin-top: max(20px, min(2.196193265vw, 30px));
  margin-bottom: max(20px, min(2.196193265vw, 30px));
  font-weight: 500;
}
:root .is-style-my-heading-maru {
  font-size: max(1.6rem, min(1.4641288433vw, 2rem));
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
:root .is-style-my-heading-maru::before {
  content: "●";
  display: inline-block;
  color: #7cbc29;
  margin-right: 0.1em;
}
:root .is-style-my-heading-flow {
  font-size: max(1.6rem, min(1.756954612vw, 2.4rem));
  margin-top: 2em;
  margin-bottom: 0.25em;
  font-weight: 700;
}
:root .is-style-my-heading-flow::first-letter {
  color: #7cbc29;
}
:root .is-style-my-heading-with-tail {
  color: #649b1d;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(1.6rem, 1.318rem + 0.751vw, 2.4rem);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 0.75em;
  flex-shrink: 0;
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
:root .is-style-my-heading-with-tail::after, :root .is-style-my-heading-with-tail::before {
  content: "";
  display: block;
  flex: 1;
  border-top: solid 1px rgba(149, 204, 77, 0.4);
}
@media screen and (max-width: 768px) {
  :root .is-style-my-table tr td,
:root .is-style-my-table tr th {
    display: block;
  }
  :root .is-style-my-columns {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  :root .is-style-my-media-text-profile .wp-block-media-text__media img {
    max-width: 200px;
  }
}
/*# sourceMappingURL=maps/my_block_style.css.map */
