@charset "UTF-8";
:root .is-style-my-table {
  max-width: calc(100% - clamp(0rem, -2.817rem + 7.512vw, 8rem));
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #ccc;
}
:root .is-style-my-table thead {
  border-bottom: none;
  background-color: #f7fefe;
}
:root .is-style-my-table tr {
  border-bottom: solid 1px #ccc;
}
:root .is-style-my-table td,
:root .is-style-my-table th {
  border: none;
  vertical-align: middle;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 1em;
  padding-right: 1em;
}
:root .is-style-my-columns {
  margin-top: clamp(2rem, 1.296rem + 1.878vw, 4rem);
  gap: clamp(2rem, 1.296rem + 1.878vw, 4rem);
}
:root .is-style-my-columns > div > figure img {
  border-radius: clamp(0.4rem, 0.259rem + 0.376vw, 0.8rem);
}
:root .is-style-my-group-with-border {
  border-radius: clamp(1.2rem, 1.059rem + 0.376vw, 1.6rem);
  border: solid 2px #aaa;
  padding: 2em;
}
:root .is-style-my-group-with-border > div > * + * {
  margin-top: 1em;
}
:root .is-style-my-group-with-border h2,
:root .is-style-my-group-with-border h3,
:root .is-style-my-group-with-border h4,
:root .is-style-my-group-with-border h5,
:root .is-style-my-group-with-border h6 {
  font-size: clamp(1.8rem, 1.73rem + 0.188vw, 2rem);
}
:root .is-style-my-media-text-profile {
  gap: clamp(1.6rem, 1.318rem + 0.751vw, 2.4rem);
}
:root .is-style-my-media-text-profile .wp-block-media-text__content {
  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__media {
  padding: 0;
}
:root .is-style-my-media-text-profile .wp-block-media-text__media img {
  border-radius: 8px;
  max-width: 240px;
  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: #000;
}
:root .is-style-my-button .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: transparent;
  padding: 0.8em 2em 0.9em;
  border-radius: 999px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #06a9ea;
  border: solid 2px #06a9ea;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
:root .is-style-my-button .wp-element-button *,
:root .is-style-my-button .wp-element-button *::before,
:root .is-style-my-button .wp-element-button *::after {
  transition: all 0.1s linear;
}
:root .is-style-my-button-fill .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: #06a9ea;
  padding: 0.8em 2em 0.9em;
  border-radius: 999px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
  border: solid 2px #06a9ea;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
:root .is-style-my-button-fill .wp-element-button *,
:root .is-style-my-button-fill .wp-element-button *::before,
:root .is-style-my-button-fill .wp-element-button *::after {
  transition: all 0.1s linear;
}
:root .is-style-my-heading-l {
  font-weight: 700;
  text-align: center;
  font-size: clamp(2.8rem, 2.377rem + 1.127vw, 4rem);
  position: relative;
  padding-bottom: 0.3em;
  letter-spacing: 0.05em;
  margin-bottom: clamp(4rem, 3.296rem + 1.878vw, 6rem);
  padding-top: calc(70px * 1);
  margin-top: calc(70px * -1);
}
:root .is-style-my-heading-l::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: clamp(0.5rem, 0.394rem + 0.282vw, 0.8rem);
  transform: rotate(0deg);
  background-color: #aaa;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
}
:root .is-style-my-heading-m {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.73rem + 0.188vw, 2rem);
  position: relative;
  padding-left: 1.6em;
  margin-top: clamp(4rem, 3.296rem + 1.878vw, 6rem);
}
:root .is-style-my-heading-m::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  transform: rotate(0deg);
  background-color: #aaa;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
:root .is-style-my-heading-s {
  font-size: clamp(1.6rem, 1.53rem + 0.188vw, 1.8rem);
  position: relative;
  padding-left: 1em;
  margin-top: clamp(2rem, 1.648rem + 0.939vw, 3rem);
}
:root .is-style-my-heading-s::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.65em;
  height: 0.65em;
  transform: rotate(0deg);
  background-color: transparent;
  border: solid 2px #aaa;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}
@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-table tr > * + * {
    padding-top: 0;
  }
  :root .is-style-my-columns {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768.1px) {
  :root .is-style-my-heading-l {
    padding-top: calc(140px * 1);
    margin-top: calc(140px * -1);
  }
}
/*# sourceMappingURL=maps/my_block_style.css.map */
