@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.has-brand-main-background-color {
  background-color: #2e4465;
}

.has-brand-main-color {
  color: #2e4465;
}

.main-visual .main-visual__overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(60deg, rgba(80, 85, 125, 0.2) 0%, rgba(80, 85, 125, 0.2) 60%) !important;
  opacity: unset !important;
}
.main-visual .main-visual-slider__inner {
  bottom: 0;
  top: unset;
  max-width: 1200px;
  margin: 0 auto;
}
.main-visual .main-visual-slider__inner .l-content__sm {
  margin: 0;
  padding-left: 2.5rem;
}
.main-visual .main-visual-slider__inner .l-content__sm .main-visual__title {
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4;
  padding-bottom: 0.6em;
}
.main-visual .main-visual-slider__inner .l-content__sm .main-visual__message {
  text-align: left;
  margin: 0;
  line-height: 1.5;
  padding: 1rem;
  background-color: rgba(80, 85, 95, 0.6);
}

.c-section-widget.widget_posts_list_section {
  margin-top: 4rem;
}
.c-section-widget.widget_posts_list_section .c-section-widget__inner {
  padding-top: 32px;
  padding-bottom: 32px;
}

.single-coach .article-header {
  display: none;
}
.single-coach .coach-profile h3 {
  padding: 2em 0 1em;
}
.single-coach .coach-profile .profile-row ul {
  padding: 0.5rem 0;
  margin-left: 8px !important;
  list-style: none;
}
.single-coach .coach-profile .profile-row ul li {
  position: relative;
  padding: 0px 0px 0px 1em;
}
.single-coach .coach-profile .profile-row ul li::before {
  position: absolute;
  top: calc(0.5rem + 3px);
  left: 0px;
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #3f5973;
  content: "";
}
.single-coach .coach-profile .profile-column {
  display: flex;
  column-gap: 2em;
}
@media screen and (max-width: 768px) {
  .single-coach .coach-profile .profile-column {
    flex-direction: column;
  }
}
.single-coach .coach-profile .profile-column .profile-column-photo {
  width: 8 0%;
  display: flex;
  flex-direction: row;
  border-radius: 16px;
}
.single-coach .coach-profile .profile-column .profile-column-photo .profile-column-photo-image {
  position: relative;
  width: 100%;
  background: #aaa;
  display: block;
}
@media screen and (max-width: 768px) {
  .single-coach .coach-profile .profile-column .profile-column-name {
    margin-top: 2rem;
  }
}
.single-coach .coach-profile .profile-column .profile-column-name .article-title {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.single-coach .coach-profile .profile-column .profile-column-name .article-title .coach-name {
  font-size: 2.75rem;
  letter-spacing: 0.25rem;
  color: #324863;
  font-weight: normal;
  line-height: 1;
}
.single-coach .coach-profile .profile-column .profile-column-name .article-title .coach-name-kana {
  font-size: 1rem;
  letter-spacing: 0.25rem;
  font-weight: normal;
  color: #777;
}
.single-coach .coach-profile .profile-column .profile-column-license {
  padding-bottom: 1rem;
  font-size: 0.8rem;
  border-top: 1px solid #cfd3d6;
  border-bottom: 1px solid #cfd3d6;
  background-color: #f4f7fa;
}
.single-coach .coach-profile .profile-column .profile-column-license .profile-column-title {
  display: flex;
}
.single-coach .coach-profile .profile-column .profile-column-license .profile-column-title:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #cfd3d6;
  /* border-radius: 80px; */
  border-width: 100px 100px 0 0;
  border-bottom-right-radius: 100px;
}
.single-coach .coach-profile .profile-column .profile-column-license .profile-column-title h3 {
  display: block;
  padding: 0.2rem 0 0.2rem 0.5rem;
  font-size: 0.7rem;
  background-color: #cfd3d6;
  color: #324863;
}
.single-coach .coach-profile .profile-column .profile-column-license .license-badge {
  display: flex;
  justify-content: center;
  column-gap: 16px;
}
.single-coach .coach-profile .profile-column .profile-column-license .license-badge .license-badge-img {
  display: block;
  width: 120px;
  height: 120px;
}
.single-coach .coach-profile .profile-column .profile-column-license ul {
  padding: 0.5rem 0;
  margin: 0px;
  list-style: none;
}
.single-coach .coach-profile .profile-column .profile-column-license ul li {
  position: relative;
  padding: 0px 0px 0px 1em;
}
.single-coach .coach-profile .profile-column .profile-column-license ul li::before {
  position: absolute;
  top: calc(0.5rem + 2px);
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #3f5973;
  content: "";
}
.single-coach .coach-profile .profile-column .profile-column-address {
  padding: 1.5rem 0 1.5rem 0;
  font-size: 0.9rem;
}
.single-coach .coach-profile .profile-column .profile-column-description {
  padding-top: 1.5rem;
  font-size: 0.9rem;
}
.single-coach .coach-profile .profile-row-title {
  border-bottom: 1px solid #cfd3d6;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.single-coach .coach-profile .profile-row-title h3 {
  display: inline-block;
  border-bottom: 3px solid #2e4465;
  color: #324863;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  padding-bottom: 0.5rem;
}
.single-coach .coach-profile dl.coach-group {
  border: 1px solid gray;
  margin-bottom: 1rem;
}
.single-coach .coach-profile dl.coach-group div.coach-sub-group {
  display: flex;
  flex-wrap: nowrap;
}
.single-coach .coach-profile dl.coach-group div.coach-sub-group dt.coach-field {
  flex-basis: 30%;
}
.single-coach .coach-profile dl.coach-group div.coach-sub-group dd.coach-field {
  flex-basis: 70%;
}
.single-coach .time-table {
  width: unset;
  margin-bottom: 1rem;
}
.single-coach .time-table th,
.single-coach .time-table td {
  text-align: center;
}
.single-coach .voice {
  background-color: #fafafa;
  margin-top: 2rem;
  padding: 1rem;
}
.single-coach .voice h3 {
  display: inline-block;
  border-left: 6px solid #2e4465;
  color: #324863;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.single-coach .voice .voice-article {
  padding: 1rem;
  background-color: #fff;
}
.single-coach .voice .voice-article ul {
  list-style: none;
  margin-left: 0 !important;
}
.single-coach .voice .voice-article ul li {
  line-height: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.single-coach .voice .voice-article ul li::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  content: "\e96e";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  color: #2e4465;
  margin-right: 1rem;
  vertical-align: middle;
}

.archive-coach {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  overflow: hidden;
}
.archive-coach.coach-card-1 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2rem;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  padding: 16px;
  background-color: #f6fafa;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.archive-coach.coach-card-1 > a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .archive-coach.coach-card-1 > a {
    flex-direction: column;
  }
}
.archive-coach.coach-card-1 .post-thumbnail {
  width: 15% !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .archive-coach.coach-card-1 .post-thumbnail {
    width: 45% !important;
  }
}
@media screen and (max-width: ) {
  .archive-coach.coach-card-1 .post-thumbnail {
    width: 60% !important;
  }
}
.archive-coach.coach-card-1 .article-info {
  width: 45% !important;
  padding: 0 1rem !important;
}
@media screen and (max-width: 768px) {
  .archive-coach.coach-card-1 .article-info {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 1.5rem;
  }
}
.archive-coach.coach-card-1 .available {
  width: 18% !important;
  padding: 0 1rem 0 0 !important;
}
@media screen and (max-width: 768px) {
  .archive-coach.coach-card-1 .available {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 1.5rem;
  }
}
.archive-coach.coach-card-1 .voice {
  width: 22% !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .archive-coach.coach-card-1 .voice {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 1.5rem;
  }
}
.archive-coach.coach-card-1 .post-thumbnail {
  border-radius: 16px;
}
.archive-coach.coach-card-1 .post-thumbnail:after {
  display: none;
}
.archive-coach.coach-card-1 .article-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /*.profile-column-address {
    display: none;
  }*/
}
.archive-coach.coach-card-1 .article-info .profile-column-address {
  display: none;
}
.archive-coach.coach-card-1 .article-info .profile-column-description {
  transform: unset !important;
  padding-top: 0.5rem;
  font-size: 0.8rem;
}
.archive-coach.coach-card-1 .article-info .article-title {
  width: 30%;
  transform: unset !important;
  line-height: 1;
  flex-grow: 10;
}
@media screen and (max-width: 576px) {
  .archive-coach.coach-card-1 .article-info .article-title {
    width: 100%;
  }
}
.archive-coach.coach-card-1 .article-info .profile-column {
  flex-direction: column-reverse;
  flex-grow: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.archive-coach.coach-card-1 .article-info .profile-column .profile-column-license .license-badge {
  justify-content: flex-end;
}
.archive-coach.coach-card-1 .article-info .profile-column .profile-column-license .license-badge .license-badge-img {
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 768px) {
  .archive-coach.coach-card-1 .article-info .profile-column .profile-column-license .license-badge .license-badge-img {
    margin-right: 4px;
  }
}
.archive-coach.coach-card-1 .article-info .coach-name-kana {
  line-height: 1.5rem;
}
.archive-coach.coach-card-1 .article-info .profile-column-description {
  flex-grow: 10;
}
.archive-coach.coach-card-1 .available .time-table {
  width: 100%;
}
.archive-coach.coach-card-1 .available .time-table th,
.archive-coach.coach-card-1 .available .time-table td {
  padding: 0.25rem;
  text-align: center;
  font-size: 0.8rem;
}
.archive-coach.coach-card-1 .voice .voice-article ul {
  list-style: none;
  margin-left: 0 !important;
}
.archive-coach.coach-card-1 .voice .voice-article ul li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.5rem;
  overflow: hidden;
}
.archive-coach.coach-card-1 .voice .voice-article ul li:nth-child(n+5) {
  display: none;
}
.archive-coach.coach-card-1 .voice .voice-article ul li::before {
  position: absolute;
  left: 0;
  content: "\e96e";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  color: #2e4465;
  margin-right: 1rem;
  vertical-align: middle;
}
.archive-coach.coach-card-1 .profile-row-title h3 {
  font-size: 0.8rem;
  display: inline-block;
  border-left: 6px solid #2e4465;
  color: #324863;
  letter-spacing: 0.2rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
.archive-coach.coach-card-1 > .coach-btn {
  display: none;
}
.archive-coach.coach-card-1 .coach-bottom-area {
  padding: 16px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .archive-coach.coach-card-1 .coach-bottom-area {
    flex-direction: column;
  }
}
.archive-coach.coach-card-1 .coach-bottom-area .coach-keywords {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .archive-coach.coach-card-1 .coach-bottom-area .coach-keywords {
    padding-bottom: 1rem;
  }
}
.archive-coach.coach-card-1 .coach-bottom-area .coach-keywords .coach-keyword {
  display: flex;
  padding-right: 2rem;
  align-items: center;
  font-size: 0.9rem;
}
.archive-coach.coach-card-1 .coach-bottom-area .coach-keywords .coach-keyword:before {
  content: "#";
  padding-right: 4px;
  font-weight: bold;
  font-size: 1.1rem;
  color: #2e4465;
}
.archive-coach.coach-card-1 .coach-bottom-area .coach-btn {
  padding: 0 0 0 16px;
}
@media screen and (max-width: 768px) {
  .archive-coach.coach-card-2, .archive-coach.coach-card-3, .archive-coach.coach-card-4 {
    width: calc(50% - 24px) !important;
    margin-right: 24px !important;
  }
}
@media screen and (max-width: 576px) {
  .archive-coach.coach-card-2, .archive-coach.coach-card-3, .archive-coach.coach-card-4 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.archive-coach.coach-card-2 .available, .archive-coach.coach-card-3 .available, .archive-coach.coach-card-4 .available {
  padding-right: 16px;
  padding-left: 16px;
}
.archive-coach.coach-card-2 .available .time-table, .archive-coach.coach-card-3 .available .time-table, .archive-coach.coach-card-4 .available .time-table {
  width: 100%;
}
.archive-coach.coach-card-2 .available .time-table th,
.archive-coach.coach-card-2 .available .time-table td, .archive-coach.coach-card-3 .available .time-table th,
.archive-coach.coach-card-3 .available .time-table td, .archive-coach.coach-card-4 .available .time-table th,
.archive-coach.coach-card-4 .available .time-table td {
  padding: 0.25rem;
  text-align: center;
  font-size: 0.8rem;
}
.archive-coach.coach-card-2 .voice, .archive-coach.coach-card-3 .voice, .archive-coach.coach-card-4 .voice {
  padding-right: 16px;
  padding-left: 16px;
}
.archive-coach.coach-card-2 .voice .voice-article ul, .archive-coach.coach-card-3 .voice .voice-article ul, .archive-coach.coach-card-4 .voice .voice-article ul {
  list-style: none;
  margin-left: 0 !important;
}
.archive-coach.coach-card-2 .voice .voice-article ul li, .archive-coach.coach-card-3 .voice .voice-article ul li, .archive-coach.coach-card-4 .voice .voice-article ul li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.5rem;
  overflow: hidden;
}
.archive-coach.coach-card-2 .voice .voice-article ul li:nth-child(n+5), .archive-coach.coach-card-3 .voice .voice-article ul li:nth-child(n+5), .archive-coach.coach-card-4 .voice .voice-article ul li:nth-child(n+5) {
  display: none;
}
.archive-coach.coach-card-2 .voice .voice-article ul li::before, .archive-coach.coach-card-3 .voice .voice-article ul li::before, .archive-coach.coach-card-4 .voice .voice-article ul li::before {
  position: absolute;
  left: 0;
  content: "\e96e";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  color: #2e4465;
  margin-right: 1rem;
  vertical-align: middle;
}
.archive-coach.coach-card-2 .profile-row-title h3, .archive-coach.coach-card-3 .profile-row-title h3, .archive-coach.coach-card-4 .profile-row-title h3 {
  font-size: 0.8rem;
  display: inline-block;
  border-left: 6px solid #2e4465;
  color: #324863;
  letter-spacing: 0.2rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.archive-coach.coach-card-2 {
  width: calc(50% - 24px);
  margin-right: 24px;
}
.archive-coach.coach-card-3 {
  width: calc(33.3% - 20px);
  margin-right: 20px;
}
.archive-coach.coach-card-4 {
  width: calc(25% - 8px);
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .archive-coach.coach-card-4 {
    width: calc(33.3% - 20px);
    margin-right: 20px;
  }
}
.archive-coach.coach-card-3 .profile-column-address, .archive-coach.coach-card-4 .profile-column-address {
  display: none;
}
.archive-coach.coach-card-3 .license-badge-img, .archive-coach.coach-card-4 .license-badge-img {
  display: block;
  width: 48px !important;
  height: 48px !important;
  margin-right: 16px;
}
.archive-coach.coach-card-3 .profile-column, .archive-coach.coach-card-4 .profile-column {
  transform: translateY(-0.5rem);
}
.archive-coach.coach-card-3 .profile-column-description, .archive-coach.coach-card-4 .profile-column-description {
  transform: translateY(-0.5rem);
}
.archive-coach.u-shadow-hover:hover {
  transform: translateY(0);
}
.archive-coach .slide-thumbnail {
  width: 100%;
}
.archive-coach .slide-thumbnail:after {
  content: "";
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  width: 100%;
  height: 86px;
  position: absolute;
  bottom: 0;
}
.archive-coach .article-info {
  flex-grow: 10;
  padding-bottom: 16px !important;
}
.archive-coach .article-info .article-title {
  transform: translateY(-2.5rem);
}
.archive-coach .article-info .article-title .coach-name {
  font-size: 1.6rem;
}
.archive-coach .article-info .article-title .coach-name-kana {
  font-size: 0.8rem;
  font-weight: normal;
  color: #888;
}
.archive-coach .article-info .profile-column {
  font-size: 0.9rem;
}
.archive-coach .article-info .profile-column .profile-column-address {
  transform: translateY(-1rem);
}
.archive-coach .article-info .profile-column .profile-column-license .license-badge {
  display: flex;
}
.archive-coach .article-info .profile-column .profile-column-license .license-badge .license-badge-img {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}
.archive-coach .article-info .profile-column .profile-column-license ul {
  padding: 1.5rem 0;
  margin: 0px;
  list-style: none;
}
.archive-coach .article-info .profile-column .profile-column-license ul li {
  position: relative;
  font-size: 0.75rem;
  padding: 0px 0px 0px 1em;
}
.archive-coach .article-info .profile-column .profile-column-license ul li::before {
  position: absolute;
  top: calc(0.5rem + 2px);
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #3f5973;
  content: "";
}
.archive-coach .article-info .profile-column .profile-column-purpose {
  transform: translateY(1rem);
  padding: 1.5rem 0;
}
.archive-coach .article-info .profile-column .profile-column-purpose .profile-subtitle {
  position: relative;
}
.archive-coach .article-info .profile-column .profile-column-purpose .profile-subtitle h4 {
  display: inline-block;
  position: relative;
  font-size: 0.85rem;
  font-weight: bold;
  vertical-align: middle;
  color: #35363b;
  background-color: #fff;
  z-index: 100;
  padding-right: 0.5rem;
}
.archive-coach .article-info .profile-column .profile-column-purpose .profile-subtitle::after {
  display: block;
  content: "";
  border-top: 1px solid;
  border-image: linear-gradient(to right, #35363b 0%, #fff 100%);
  border-image-slice: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.archive-coach .article-info .profile-column .profile-column-purpose p {
  padding-top: 0.25rem;
}
.archive-coach .article-info .profile-column-description {
  transform: translateY(1rem);
}
.archive-coach .article-info .profile-column-description p {
  padding-top: 0.25rem;
}
.archive-coach .coach-btn {
  padding: 16px;
}
.archive-coach .coach-btn a {
  color: #fff;
  background-color: #2e4465;
  border-color: #2e4465;
}

.post-type-archive-coach .archive-title {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.post-type-archive-coach .archive-description {
  display: none;
}

.slide-thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.slide-thumbnail img {
  display: block;
  width: 100%;
  object-fit: contain;
  position: absolute;
}
.slide-thumbnail img:last-child {
  opacity: 0;
  transition: 0.5s;
}
.slide-thumbnail:hover img:last-child, .slide-thumbnail:active img:last-child {
  opacity: 1;
}

.out-of-stock .booking-button a {
  pointer-events: none;
  background-color: #aaa;
}

.epb-advance-headling {
  margin-top: 64px;
  padding-bottom: 32px;
}
.epb-advance-headling h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.epb-advance-headling h2:after {
  background: #2e4465 !important;
  height: 2px !important;
}

.epb-advance-headling__text-wrapper.is-style-epb-headling-border .epb-advance-headling__text {
  padding-bottom: 32px;
}

.epb-advance-headling__text-wrapper.is-style-epb-headling-border .epb-advance-headling__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  border-radius: 4px;
  width: auto;
  max-width: 60px;
}

@media screen and (min-width: 600px) {
  .page h1,
  .archive h1 {
    font-size: 2rem !important;
    padding: 3rem 0;
    letter-spacing: 0.1em;
  }
}

.page:not(.home):not(.coach-booking) .l-content__inner h2 {
  font-size: 1.5rem;
  padding: 1rem 0 0.5rem;
  border-bottom: 1px solid #2e4465;
}
.page:not(.home):not(.coach-booking) .l-content__inner h3 {
  font-size: 1.25rem;
  line-height: 1;
  padding: 1rem 0;
}
.page:not(.home):not(.coach-booking) .l-content__inner h3:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 1.25rem;
  background-color: #2e4465;
  margin-right: 0.5rem;
  float: left;
}

.wp-block-emanon-premium-blocks-faq .wp-block-emanon-premium-blocks-faq-template {
  padding-bottom: 1rem;
}
.wp-block-emanon-premium-blocks-faq .wp-block-emanon-premium-blocks-faq-template .epb-faq__question__label {
  color: #fff !important;
  border-style: none !important;
  background-color: #2e4465;
}
.wp-block-emanon-premium-blocks-faq .wp-block-emanon-premium-blocks-faq-template .epb-faq__question__body {
  font-weight: bold !important;
}
.wp-block-emanon-premium-blocks-faq .wp-block-emanon-premium-blocks-faq-template .epb-faq__answer__label {
  color: #fff !important;
  border-style: none !important;
  background-color: #35619e;
}

.flow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style-type: none !important;
  margin: 0 !important;
}
.flow li {
  color: #333;
  font-size: 11px;
  width: 33.3333333333%;
  background: #ccc;
  line-height: 50px;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
.flow li:not(:first-child):not(:last-child) {
  padding: 0 0 0 10px;
}
.flow li::before, .flow li::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.flow li::before {
  border: solid 32px transparent;
  border-right: solid 13px transparent;
  border-left: solid 13px #fff;
  top: -7px;
  left: 0;
  z-index: 1;
}
.flow li::after {
  border: solid 25px transparent;
  border-left: solid 10px #ccc;
  border-right: solid 10px transparent;
  top: 0;
  right: -20px;
  z-index: 2;
}
.flow li:first-child::before, .flow li:last-child::after {
  content: none;
}
.flow li.current-step {
  color: #fff;
  background: #2e4465;
}
.flow li.current-step::after {
  border-left: solid 10px #2e4465;
}

.coach-btn.coach-btn-next {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .is-style-item__checkmark > li {
    padding-left: 2em !important;
  }
}
.is-style-item__checkmark > li::before {
  color: #2e4465;
}

@media screen and (min-width: 768px) {
  .epb-panel__top,
  .epb-panel__wrapper,
  .epb-panel__bottom {
    width: 85%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .epb-panel__wrapper {
    padding: 32px !important;
  }
}

.article-header__thumbnail {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article-header__thumbnail {
    width: 70%;
  }
}
@media screen and (max-width: ) {
  .article-header__thumbnail {
    width: 90%;
  }
}

.header-info > .u-row {
  justify-content: flex-end;
}
.header-info > .u-row .header-tel-access {
  display: none;
}
.header-info > .u-row .tagline {
  color: #333333;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.l-header-default.has-border-bottom {
  border-bottom: none !important;
}

.l-header__inner .ep-menu-item-has-background,
.l-header-menu-fixed-logo__inner .ep-menu-item-has-background {
  padding-left: 1em;
}
.l-header__inner .ep-menu-item-has-background > a,
.l-header-menu-fixed-logo__inner .ep-menu-item-has-background > a {
  border-radius: 2em !important;
  height: unset !important;
  padding: 1em 3em;
  width: 180px;
}

.header-site-branding__link {
  max-width: 80%;
}
.header-site-branding__link .site-logo__img-common {
  object-fit: contain;
}

.header-cta .header-cta__item:last-child {
  background-color: #2e4465;
}
.header-cta .header-cta__item:last-child .header-cta__label {
  font-size: 0.9rem;
}
@media screen and (min-width: 600px) {
  .header-cta .header-cta__item:last-child {
    width: 160px;
    height: 64px;
    border-radius: 8px;
  }
}

.l-footer__inner,
.drawer-menu__inner {
  padding-bottom: 0;
}
.l-footer__inner .menu-description,
.l-footer__inner i,
.drawer-menu__inner .menu-description,
.drawer-menu__inner i {
  display: none;
}

.page-top-floating {
  background-color: #2e4465;
}

.booking-info {
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #fafafa;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.booking-info h3 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
.booking-info li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.booking-form dl,
.contact-form dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-top: 1px solid #ccc;
}
.booking-form dl dt,
.contact-form dl dt {
  padding: 1.3rem 0em;
  width: 250px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.booking-form dl dd,
.contact-form dl dd {
  padding: 1.3rem 0rem;
  width: calc(100% - 250px);
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 765px) {
  .booking-form dl dt,
  .contact-form dl dt {
    width: 100%;
  }
  .booking-form dl dd,
  .contact-form dl dd {
    width: 100%;
  }
}
.booking-form .submit-buttons,
.contact-form .submit-buttons {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}
.booking-form input[type=text],
.booking-form input[type=email],
.booking-form input[type=tel],
.booking-form input[type=number],
.booking-form input[type=date],
.booking-form input[type=time],
.booking-form input[type=url],
.booking-form input[type=password],
.booking-form input[type=search],
.booking-form textarea,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form input[type=date],
.contact-form input[type=time],
.contact-form input[type=url],
.contact-form input[type=password],
.contact-form input[type=search],
.contact-form textarea {
  display: block;
  background: #f1f3f7;
}
.booking-form input[type=submit],
.contact-form input[type=submit] {
  display: block;
  padding: 1rem 3rem;
}
.booking-form .booking-form-bd-year,
.booking-form .booking-form-bd-month,
.booking-form .booking-form-bd-day,
.contact-form .booking-form-bd-year,
.contact-form .booking-form-bd-month,
.contact-form .booking-form-bd-day {
  display: inline-block;
  background: #f1f3f7;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
  padding-left: 12px;
  height: unset;
}
.booking-form .booking-form-bd-year,
.contact-form .booking-form-bd-year {
  width: 5em;
}
.booking-form .booking-form-bd-month,
.contact-form .booking-form-bd-month {
  width: 3em;
}
.booking-form .booking-form-bd-day,
.contact-form .booking-form-bd-day {
  width: 3em;
}
.booking-form .booking-form-note,
.contact-form .booking-form-note {
  font-size: 0.8rem;
  color: #666;
}
.booking-form .form-required,
.booking-form .form-optional,
.contact-form .form-required,
.contact-form .form-optional {
  padding: 3px 7px;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  margin-right: 0.8rem;
}
.booking-form .form-required,
.contact-form .form-required {
  background-color: #e43c1a;
}
.booking-form .form-optional,
.contact-form .form-optional {
  background-color: #ccc;
}

.mw_wp_form_preview .booking-form-note {
  display: none;
}/*# sourceMappingURL=style-ext.css.map */