@charset "UTF-8";
/*
Theme Name: Tsudoi
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --tec-grid-gutter: 48px;
  --tec-grid-gutter-negative: calc(var(--tec-grid-gutter) * -1);
  --tec-grid-gutter-half: calc(var(--tec-grid-gutter) / 2);
  --tec-grid-gutter-half-negative: calc(var(--tec-grid-gutter-half) * -1);
  --tec-grid-gutter-small: 42px;
  --tec-grid-gutter-small-negative: calc(var(--tec-grid-gutter-small) * -1);
  --tec-grid-gutter-small-half: calc(var(--tec-grid-gutter-small) / 2);
  --tec-grid-gutter-small-half-negative: calc(var(--tec-grid-gutter-small-half) * -1);
  --tec-grid-gutter-page: 42px;
  --tec-grid-gutter-page-small: 19.5px;
  --tec-grid-width-default: 1176px;
  --tec-grid-width-min: 320px;
  --tec-grid-width: calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page) * 2);
  --tec-grid-width-1-of-2: 50%;
  --tec-grid-width-1-of-3: 33.333%;
  --tec-grid-width-1-of-4: 25%;
  --tec-grid-width-1-of-5: 20%;
  --tec-grid-width-1-of-7: 14.285%;
  --tec-grid-width-1-of-8: 12.5%;
  --tec-grid-width-1-of-9: 11.111%;
  --grid-gutter: var(--tec-grid-gutter);
  --grid-gutter-negative: var(--tec-grid-gutter-negative);
  --grid-gutter-half: var(--tec-grid-gutter-half);
  --grid-gutter-half-negative: var(--tec-grid-gutter-half-negative);
  --grid-gutter-small: var(--tec-grid-gutter-small);
  --grid-gutter-small-negative: var(--tec-grid-gutter-small-negative);
  --grid-gutter-small-half: var(--tec-grid-gutter-small-half);
  --grid-gutter-small-half-negative: var(--tec-grid-gutter-small-half-negative);
  --grid-gutter-page: var(--tec-grid-gutter-page);
  --grid-gutter-page-small: var(--tec-grid-gutter-page-small);
  --grid-width-default: var(--tec-grid-width-default);
  --grid-width-min: var(--tec-grid-width-min);
  --grid-width: var(--tec-grid-width);
  --grid-width-1-of-2: var(--tec-grid-width-1-of-2);
  --grid-width-1-of-3: var(--tec-grid-width-1-of-3);
  --grid-width-1-of-4: var(--tec-grid-width-1-of-4);
  --grid-width-1-of-5: var(--tec-grid-width-1-of-5);
  --grid-width-1-of-7: var(--tec-grid-width-1-of-7);
  --grid-width-1-of-8: var(--tec-grid-width-1-of-8);
  --grid-width-1-of-9: var(--tec-grid-width-1-of-9);
  --tec-spacer-0: 4px;
  --tec-spacer-1: 8px;
  --tec-spacer-2: 12px;
  --tec-spacer-3: 16px;
  --tec-spacer-4: 20px;
  --tec-spacer-5: 24px;
  --tec-spacer-6: 28px;
  --tec-spacer-7: 32px;
  --tec-spacer-8: 40px;
  --tec-spacer-9: 48px;
  --tec-spacer-10: 56px;
  --tec-spacer-11: 64px;
  --tec-spacer-12: 80px;
  --tec-spacer-13: 96px;
  --tec-spacer-14: 160px;
  --spacer-0: var(--tec-spacer-0);
  --spacer-1: var(--tec-spacer-1);
  --spacer-2: var(--tec-spacer-2);
  --spacer-3: var(--tec-spacer-3);
  --spacer-4: var(--tec-spacer-4);
  --spacer-5: var(--tec-spacer-5);
  --spacer-6: var(--tec-spacer-6);
  --spacer-7: var(--tec-spacer-7);
  --spacer-8: var(--tec-spacer-8);
  --spacer-9: var(--tec-spacer-9);
  --spacer-10: var(--tec-spacer-10);
  --spacer-11: var(--tec-spacer-11);
  --spacer-12: var(--tec-spacer-12);
  --spacer-13: var(--tec-spacer-13);
  --spacer-14: var(--tec-spacer-14);
  --tec-z-index-spinner-container: 100;
  --tec-z-index-views-selector: 30;
  --tec-z-index-dropdown: 30;
  --tec-z-index-events-bar-button: 20;
  --tec-z-index-search: 10;
  --tec-z-index-filters: 9;
  --tec-z-index-scroller: 7;
  --tec-z-index-week-event-hover: 5;
  --tec-z-index-map-event-hover: 5;
  --tec-z-index-map-event-hover-actions: 6;
  --tec-z-index-multiday-event: 5;
  --tec-z-index-multiday-event-bar: 2;
  --z-index-spinner-container: var(--tec-z-index-spinner-container);
  --z-index-views-selector: var(--tec-z-index-views-selector);
  --z-index-dropdown: var(--tec-z-index-dropdown);
  --z-index-events-bar-button: var(--tec-z-index-events-bar-button);
  --z-index-search: var(--tec-z-index-search);
  --z-index-filters: var(--tec-z-index-filters);
  --z-index-scroller: var(--tec-z-index-scroller);
  --z-index-week-event-hover: var(--tec-z-index-week-event-hover);
  --z-index-map-event-hover: var(--tec-z-index-map-event-hover);
  --z-index-map-event-hover-actions: var(--tec-z-index-map-event-hover-actions);
  --z-index-multiday-event: var(--tec-z-index-multiday-event);
  --z-index-multiday-event-bar: var(--tec-z-index-multiday-event-bar);
  --tec-color-text-primary: #141827;
  --tec-color-text-primary-light: rgba(20, 24, 39, 0.62);
  --tec-color-text-secondary: #5d5d5d;
  --tec-color-text-disabled: #d5d5d5;
  --tec-color-text-events-title: var(--tec-color-text-primary);
  --tec-color-text-event-title: var(--tec-color-text-events-title);
  --tec-color-text-event-date: var(--tec-color-text-primary);
  --tec-color-text-secondary-event-date: var(--tec-color-text-secondary);
  --tec-color-icon-primary: #5d5d5d;
  --tec-color-icon-primary-alt: #757575;
  --tec-color-icon-secondary: #bababa;
  --tec-color-icon-active: #141827;
  --tec-color-icon-disabled: #d5d5d5;
  --tec-color-icon-focus: #334aff;
  --tec-color-icon-error: #da394d;
  --tec-color-event-icon: #141827;
  --tec-color-event-icon-hover: #334aff;
  --tec-color-accent-primary: #334aff;
  --tec-color-accent-primary-hover: rgba(51, 74, 255, 0.8);
  --tec-color-accent-primary-active: rgba(51, 74, 255, 0.9);
  --tec-color-accent-primary-background: rgba(51, 74, 255, 0.07);
  --tec-color-accent-secondary: #141827;
  --tec-color-accent-secondary-hover: rgba(20, 24, 39, 0.8);
  --tec-color-accent-secondary-active: rgba(20, 24, 39, 0.9);
  --tec-color-accent-secondary-background: rgba(20, 24, 39, 0.07);
  --tec-color-button-primary: var(--tec-color-accent-primary);
  --tec-color-button-primary-hover: var(--tec-color-accent-primary-hover);
  --tec-color-button-primary-active: var(--tec-color-accent-primary-active);
  --tec-color-button-primary-background: var(--tec-color-accent-primary-background);
  --tec-color-button-secondary: var(--tec-color-accent-secondary);
  --tec-color-button-secondary-hover: var(--tec-color-accent-secondary-hover);
  --tec-color-button-secondary-active: var(--tec-color-accent-secondary-active);
  --tec-color-button-secondary-background: var(--tec-color-accent-secondary-background);
  --tec-color-link-primary: var(--tec-color-text-primary);
  --tec-color-link-accent-hover: rgba(51, 74, 255, 0.8);
  --tec-color-border-default: #d5d5d5;
  --tec-color-border-secondary: #e4e4e4;
  --tec-color-border-tertiary: #7d7d7d;
  --tec-color-border-hover: #5d5d5d;
  --tec-color-border-active: #141827;
  --tec-color-background: #fff;
  --tec-color-background-events: transparent;
  --tec-color-background-transparent: hsla(0, 0%, 100%, 0.6);
  --tec-color-background-secondary: #f7f6f6;
  --tec-color-background-messages: rgba(20, 24, 39, 0.07);
  --tec-color-background-secondary-hover: #f0eeee;
  --tec-color-background-error: rgba(218, 57, 77, 0.08);
  --tec-color-box-shadow: rgba(0, 0, 0, 0.14);
  --tec-color-box-shadow-secondary: rgba(0, 0, 0, 0.1);
  --tec-color-scroll-track: rgba(0, 0, 0, 0.25);
  --tec-color-scroll-bar: rgba(0, 0, 0, 0.5);
  --tec-color-background-primary-multiday: rgba(51, 74, 255, 0.24);
  --tec-color-background-primary-multiday-hover: rgba(51, 74, 255, 0.34);
  --tec-color-background-secondary-multiday: rgba(20, 24, 39, 0.24);
  --tec-color-background-secondary-multiday-hover: rgba(20, 24, 39, 0.34);
  --tec-color-accent-primary-week-event: rgba(51, 74, 255, 0.1);
  --tec-color-accent-primary-week-event-hover: rgba(51, 74, 255, 0.2);
  --tec-color-accent-primary-week-event-featured: rgba(51, 74, 255, 0.04);
  --tec-color-accent-primary-week-event-featured-hover: rgba(51, 74, 255, 0.14);
  --tec-color-background-secondary-datepicker: var(--tec-color-background-secondary);
  --tec-color-accent-primary-background-datepicker: var(--tec-color-accent-primary-background);
  --color-text-primary: var(--tec-color-text-primary);
  --color-text-primary-light: var(--tec-color-text-primary-light);
  --color-text-secondary: var(--tec-color-text-secondary);
  --color-text-disabled: var(--tec-color-text-disabled);
  --color-icon-primary: var(--tec-color-icon-primary);
  --color-icon-primary-alt: var(--tec-color-icon-primary);
  --color-icon-secondary: var(--tec-color-icon-secondary);
  --color-icon-active: var(--tec-color-icon-active);
  --color-icon-disabled: var(--tec-color-icon-disabled);
  --color-icon-focus: var(--tec-color-icon-focus);
  --color-icon-error: var(--tec-color-icon-error);
  --color-accent-primary: var(--tec-color-accent-primary);
  --color-accent-primary-hover: var(--tec-color-accent-primary-hover);
  --color-accent-primary-active: var(--tec-color-accent-primary-active);
  --color-accent-primary-background: var(--tec-color-accent-primary-background);
  --color-accent-primary-multiday: var(--tec-color-accent-primary-multiday);
  --color-accent-primary-multiday-hover: var(--tec-color-accent-primary-multiday-hover);
  --color-accent-primary-week-event: var(--tec-color-accent-primary-week-event);
  --color-accent-primary-week-event-hover: var(--tec-color-accent-primary-week-event-hover);
  --color-accent-primary-week-event-featured: var(--tec-color-accent-primary-week-event-featured);
  --color-accent-primary-week-event-featured-hover: var(--tec-color-accent-primary-week-event-featured-hover);
  --color-accent-secondary: var(--tec-color-accent-secondary);
  --color-accent-secondary-hover: var(--tec-color-accent-secondary-hover);
  --color-accent-secondary-active: var(--tec-color-accent-secondary-active);
  --color-accent-secondary-background: var(--tec-color-accent-secondary-background);
  --color-border-default: var(--tec-color-border-default);
  --color-border-secondary: var(--tec-color-border-secondary);
  --color-border-tertiary: var(--tec-color-border-tertiary);
  --color-border-hover: var(--tec-color-border-hover);
  --color-border-active: var(--tec-color-border-active);
  --color-background: var(--tec-color-background);
  --color-background-transparent: var(--tec-color-background-transparent);
  --color-background-secondary: var(--tec-color-background-secondary);
  --color-background-messages: var(--tec-color-background-messages);
  --color-background-secondary-hover: var(--tec-color-background-secondary-hover);
  --color-background-error: var(--tec-color-icon-error);
  --color-box-shadow: var(--tec-color-box-shadow);
  --color-box-shadow-secondary: var(--tec-color-box-shadow-secondary);
  --color-scroll-track: var(--tec-color-scroll-track);
  --color-scroll-bar: var(--tec-color-scroll-bar);
}

@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 750px) {
  .sp-only {
    display: none !important;
  }
}

#main-header {
  background-image: url("images/header.svg"), url("images/header.svg");
  background-repeat: no-repeat;
  background-size: auto 160px;
  background-position:
    right 50% top 0,
    right 0;
  width: 100vw;
  height: 70px;
  max-width: 100vw;
  box-shadow: 3px 1px 5px rgb(200, 200, 200);
  transition: 0.5s;
  z-index: 990;
  position: fixed;
  top: 0;
  overflow: hidden;
}
#main-header:hover {
  overflow: visible;
}
@media (max-width: 1024px) {
  #main-header {
    background-position: right 55% top 0;
  }
}
@media (max-width: 770px) {
  #main-header {
    background-position: right 75% top 0;
  }
}
@media (max-width: 600px) {
  #main-header {
    height: 54px;
    background-position: 0% 0px;
    background-size: cover;
  }
}
@media (max-width: 430px) {
  #main-header {
    background-position: 0px 0;
  }
}
@media (max-width: 400px) {
  #main-header {
    background-position: -30px 0;
  }
}
@media (max-width: 360px) {
  #main-header {
    background-position: -40px 0;
  }
}
@media (max-width: 320px) {
  #main-header {
    background-position: -55px 0;
  }
}
@media (max-width: 300px) {
  #main-header {
    background-position: -60px 0;
  }
}
#main-header .header-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
  width: 90%;
  max-width: 1440px;
}
#main-header .header-img-wrap {
  height: 100%;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#main-header .header-img-wrap a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: auto;
  text-decoration: none;
}
#main-header .header-img-wrap a img {
  width: 120px;
}
@media (max-width: 600px) {
  #main-header .header-img-wrap a img {
    width: 120px;
  }
}
#main-header .header-img-wrap a div {
  font-size: 12px;
  color: #6c6024;
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #fecb88 56%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #fecb88 56%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 560px) {
  #main-header .header-img-wrap a div {
    display: none;
  }
}
#main-header .header-img-wrap a div .gold {
  color: #6c6024;
}
#main-header .header-img-wrap a div .orange {
  color: #ae5e1d;
}
#main-header .header-nav-wrap {
  height: 100%;
  transition: 0.5s;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.6rem;
}
#main-header .header-nav-wrap nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
@media (min-width: 770px) {
  #main-header .header-nav-wrap nav {
    display: flex !important;
    gap: 16px;
  }
}
#main-header .header-nav-wrap nav a {
  color: white;
  text-decoration: none;
  display: inline-block;
  text-align: left;
}
#main-header .header-nav-wrap nav a i {
  margin-left: 5px;
}
#main-header .header-nav-wrap nav .bl_header_btn {
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
}
#main-header .header-nav-wrap nav .calendar-wrap {
  position: relative;
  width: 150px;
}
#main-header .header-nav-wrap nav .calendar-wrap .calendar-dropdown {
  visibility: hidden;
  background-color: rgba(7, 7, 7, 0.3215686275);
  border-radius: 4px;
  padding: 0 3px;
}
#main-header .header-nav-wrap nav .calendar-wrap:hover .calendar-dropdown {
  visibility: visible;
}
#main-header .header-nav-wrap nav .calendar-wrap a:first-child i {
  display: none;
}
#main-header .header-nav-wrap nav .calendar-wrap .calendar-dropdown {
  display: none;
}
#main-header .header-nav-wrap nav .project-wrap {
  position: relative;
  height: 100%;
}
#main-header .header-nav-wrap nav .project-wrap:hover > .project-dropdown {
  opacity: 1;
}
#main-header .header-nav-wrap nav .project-wrap .project-dropdown {
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ff9335;
  border-radius: 2px;
  height: fit-content;
  white-space: nowrap;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.343);
  /* margin-top: -16px; */
  /* TODO 2023/10/26 */
  width: fit-content;
}
#main-header .header-nav-wrap nav .project-wrap .project-dropdown a {
  display: block;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  padding: 8px 16px 8px 16px;
}
#main-header .header-nav-wrap nav .project-wrap .project-dropdown a:hover {
  opacity: 1;
  background-color: #ff7700;
}
#main-header .header-nav-wrap nav .project-wrap i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  font-size: 10px;
}

.header-size {
  height: 80px !important;
  transition: 0.5s;
}
@media (max-width: 600px) {
  .header-size {
    height: 60px !important;
  }
}
.header-size .header-nav-wrap {
  padding-top: 26px !important;
  transition: 0.5s;
}

main {
  overflow: hidden;
  min-height: 83vh;
}

#main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* width: 100vw; */
  background-color: #f58220;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-footer span {
  color: white;
  font-size: 12px;
}

.entry-content .tag {
  margin-bottom: 8px;
}
.entry-tag {
  font-size: 14px;
}
.entry-content .tag .entry-tag {
  width: fit-content;
  border-radius: 16px;
  padding: 0px 10px;
  margin: 0 0 0 8px;
  background-color: #ffe1a9;
  display: inline-block;
}
.entry-content .tag .entry-tag a {
  text-decoration: none;
  color: #5c5c5c;
  pointer-events: none;
}

.post-content .tag {
  margin-bottom: 8px;
}
.post-content .tag .entry-tag {
  width: fit-content;
  border-radius: 16px;
  padding: 0px 10px;
  margin: 0 0 0 8px;
  background-color: #ffe1a9;
  display: inline-block;
}
.post-content .tag .entry-tag a {
  text-decoration: none;
  color: #5c5c5c;
  pointer-events: none;
}
.post-content ul li {
  list-style: none;
  margin: 12px 0;
}

input[type="text"] {
  /* width: 400px;*/
  height: 50px;
  border-radius: 10px;
  outline: none;
  /* border: black 1px solid; */
  padding-left: 20px;
}
input[type="date"] {
  /* width: 400px;*/
  height: 50px;
  border-radius: 10px;
  outline: none;
  /* border: black 1px solid; */
  padding-left: 20px;
}

input[type="submit"] {
  height: 50px;
  padding: 0 20px;
}

select {
  height: 50px;
}

.searchandfilter {
  text-align: center;
}

.tribe-event-tags a {
  pointer-events: none;
  color: #5c5c5c !important;
  width: fit-content;
  border-radius: 16px;
  padding: 0px 10px;
  margin: 0 0 0 8px;
  background-color: #ffe1a9;
  display: inline-block;
}

/*ハンバーガーメニュー*/
.hamburger {
  display: block;
  visibility: visible;
  width: 30px;
  height: 30px;
  cursor: pointer;
  appearance: none;
  background: none;
  outline: none;
  border: none;
  position: absolute;
  top: 35px;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .hamburger {
    top: 24px;
  }
}
@media screen and (max-width: 560px) {
  .hamburger {
    top: 35px;
  }
}

.hamburger .bar,
.hamburger::after,
.hamburger::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  margin: 6px 0px;
  transition: 0.4s;
}
.hamburger::before {
  margin-top: 0;
}

.hamburger-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 90vw;
  z-index: 1;
  /* background-color: #f58220; */
  background: linear-gradient(135deg, #ff9233 0%, #61260d 100%);
  padding-top: 14px;
  transition: 0.4s;
  height: 100vh;
  padding-bottom: 32px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.hamburger-menu.is-active {
  right: 0;
}

.hamburger-menu a,
.hamburger-menu .ttl {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 6px 8px;
  margin-left: 35%;
  text-decoration: none;
  color: white;
  position: relative;
}

.hamburger-menu .ttl::before,
.hamburger-menu a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  left: -32px;
  top: 38%;
  transition: all 0.5s;
}
.hamburger-menu a:hover::before {
  left: -24px;
}
.hamburger-menu a:hover {
  color: rgb(189, 189, 189);
}
/* スマホメニューのtoggle用スタイル */
.project-wrap .inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.project-wrap .inner.open {
  max-height: 500px; /* 予想される最大の高さに調整してください */
}
.project-wrap .inner a::before {
  display: none;
}
@media (max-width: 400px) {
  .hamburger-menu a,
  .hamburger-menu .ttl {
    margin-left: 20%;
  }
  .project-wrap .inner a {
    margin-left: 21%;
  }
}

.cross {
  display: block;
  visibility: visible;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  outline: none;
  border: none;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}

.hamburger-menu.closed {
  right: -100%;
}

.cross::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  margin: 6px 0px;
  transform: rotate(45deg) translate(6px, 6px);
}

.cross::after {
  transform: rotate(-45deg) translate(0px, -1px);
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  margin: 6px 0px;
  transition: 0.4s;
}

/* スマホメニュー */
.hamburger-menu-wrap .large-menu {
  font-weight: bold;
  color: white;
  font-size: 18px;
  padding: 4px 13px;
  border-left: 4px solid #fff;
  margin-left: 16px;
}
@media screen and (max-width: 1200px) {
  /* スマホメニューリスト */
  .hamburger-menu .hamburger-menu-wrap .project-wrap {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px); /* 初期状態で少し上にずれた位置からスタート */
    transition:
      transform 0.8s ease-out,
      opacity 0.8s ease-out,
      visibility 0s 0.8s; /* visibilityの遅延を追加して自然に見せる */
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  /* 以下、各メニューアイテムの遅延時間を設定 */
  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:first-child {
    transition-delay: 0s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(2) {
    transition-delay: 0.1s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(3) {
    transition-delay: 0.2s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(4) {
    transition-delay: 0.3s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(5) {
    transition-delay: 0.4s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(6) {
    transition-delay: 0.5s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(7) {
    transition-delay: 0.6s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(8) {
    transition-delay: 0.7s;
  }

  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(9) {
    transition-delay: 0.8s;
  }
  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(10) {
    transition-delay: 0.9s;
  }
  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(11) {
    transition-delay: 1s;
  }
  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(12) {
    transition-delay: 1.1s;
  }
  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(13) {
    transition-delay: 1.2s;
  }
  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(14) {
    transition-delay: 1.3s;
  }
  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(15) {
    transition-delay: 1.4s;
  }
  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(16) {
    transition-delay: 1.5s;
  }
  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(17) {
    transition-delay: 1.6s;
  }
  .hamburger-menu.is-active .hamburger-menu-wrap .project-wrap:nth-child(18) {
    transition-delay: 1.7s;
  }
}

.btn-style {
  width: 300px;
  height: 60px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white !important;
  font-size: 20px;
  margin: 10px auto;
  outline: none;
  border: none;
}
.btn-style:hover {
  opacity: 0.8;
}

.wp_hp_button {
  width: 100%;
}
.wp_hp_button .wp-block-button__link {
  width: 100%;
  padding: calc(0.4em) calc(1.333em);
  border-radius: 4px;
  background-color: white;
  color: green;
  border: 1px solid green;
}
.wp_hp_button .wp-block-button__link:hover {
  background-color: rgba(30, 169, 102, 0.1000000015);
}

.pdf-btn {
  background-image: url("images/manual-btn.png");
  background-position: center;
  color: white;
  padding: 10px;
  text-decoration: none;
  width: 200px;
  max-width: 200px;
  height: 50px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simplefavorite-button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #f16682;
  outline: none;
  box-shadow: none;
  padding: 0 5px;
  border: none;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.simplefavorite-button i {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.simplefavorite-button i span {
  font-size: 18px;
  display: none;
}
.simplefavorite-button:hover {
  cursor: pointer;
}

.simplefavorite-button-count {
  font-size: 20px;
  margin-left: 5px;
}

.project-btn-background {
  background-image: url("images/project-btn.png");
  background-position: center;
  border-radius: 4px;
  width: 200px;
  max-width: 200px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
}

.btn-arrow {
  margin-left: 10px;
  margin-left: 1%;
}

.manual-btn-background {
  background-image: url("images/manual-btn.png");
  background-position: center;
  width: 200px;
  max-width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}

.sns-wrap {
  height: 24px;
  margin-bottom: 32px !important;
  display: flex;
  justify-content: flex-start;
  margin: auto;
  gap: 8px;
}
.sns-wrap .sns a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sns-wrap .sns a svg {
  fill: gray;
  height: 24px;
  width: 24px;
}
.sns-wrap .sns a svg:hover {
  fill: #f58220;
}

.tribe-events-calendar-list__event-title-link {
  color: white !important;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link {
  color: white !important;
}

.tribe-events-c-events-bar__filter-button {
  display: none !important;
}

.tribe-events-c-top-bar__datepicker-time {
  display: none !important;
}

.schedule-wrap {
  width: 100%;
  color: #140344;
  width: 50vw;
  margin: 0 auto;
  padding: 0 0 50px 0;
  border-left: #140344 1px solid;
}
.schedule-wrap .schedule-box {
  position: relative;
}
.schedule-wrap .schedule-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schedule-wrap .schedule-box .title-wrap .title-icon {
  display: flex;
  align-items: center;
}
.schedule-wrap .schedule-box .title-wrap .title-icon .schedule-icon img {
  width: 30px;
  margin-left: 20px;
}
.schedule-wrap .schedule-box .title-wrap .title-icon .schedule-title {
  margin-left: 10px;
  font-size: 24px;
  font-weight: 600;
}
.schedule-wrap .schedule-box .title-wrap .schedule-date {
  justify-content: right;
  color: white;
  padding: 5px 50px;
  border-radius: 5px;
}
.schedule-wrap .schedule-box .schedule-number {
  position: absolute;
  left: -15px;
  z-index: 1;
  border-radius: 50px;
  color: white;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.schedule-wrap .schedule-description {
  margin-left: 30px;
  margin-top: 10px;
}

.tribe-events-pg-template {
  width: 90% !important;
}
@media (max-width: 550px) {
  .tribe-events-pg-template {
    padding: 40px 0 15px 0 !important;
  }
}

.tribe-events-meta-group {
  width: 100% !important;
  margin: 0 0 0 0 !important;
  border-radius: 4px;
  padding: 0 0 0 0 !important;
}
.tribe-events-meta-group .tribe-events-single-section-title {
  display: none;
}
.tribe-events-meta-group dl {
  display: flex;
  flex-direction: column;
}
.tribe-events-meta-group dl dt {
  font-weight: bold;
  margin-bottom: 6px;
}
.tribe-events-meta-group dl dd {
  margin-bottom: 16px;
}
.tribe-events-meta-group dl .tribe-events-event-categories-label {
  display: none;
}
.tribe-events-meta-group dl .tribe-events-event-categories {
  display: none;
}
.tribe-events-meta-group dl .tribe-event-tags {
  display: none;
}

#tribe-events-content {
  margin-bottom: 0 !important;
  width: 65% !important;
}
#tribe-events-content .tribe-event-tags-label {
  display: none;
}
@media (max-width: 1000px) {
  #tribe-events-content {
    width: 100% !important;
  }
}

.tribe-events-single-event-title {
  font-size: 40px;
  white-space: nowrap;
  margin-bottom: 28px;
}
@media (max-width: 800px) {
  .tribe-events-single-event-title {
    white-space: nowrap;
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .tribe-events-single-event-title {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  .tribe-events-single-event-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}

#legend_box {
  display: none;
}

.tribe-events-c-view-selector__content {
  width: 130px;
}

.tribe-events .tribe-events-l-container {
  padding-top: 10px;
}
@media (max-width: 550px) {
  .tribe-events .tribe-events-l-container {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.tribe-events-event-image img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.tribe-common p {
  font-size: 16px;
}

.tribe-events-schedule {
  text-align: start;
}

.tribe-events-schedule__date {
  font-size: 16px;
}

.tribe-events-schedule__time {
  font-size: 14px;
}

.tribe-events-nav-next a,
.tribe-events-nav-previous a {
  color: black !important;
}

.wp-block-post-date time {
  font-size: 14px;
  font-weight: 200;
}

@media (max-width: 550px) {
  #tribe-events-pg-template {
    padding: 40px 0;
  }
}
.eventPageNav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  list-style: none;
  margin: 32px auto;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .eventPageNav {
    justify-content: center;
  }
}
@media (max-width: 385px) {
  .eventPageNav {
    column-gap: 4px;
  }
}
.eventPageNav li {
  height: auto;
  color: gray;
  padding: 10px 32px;
  box-sizing: border-box;
  border-bottom: 4px solid #e8e8e8;
  white-space: nowrap;
}
@media (max-width: 560px) {
  .eventPageNav li {
    padding: 6px 18px;
  }
}
@media (max-width: 435px) {
  .eventPageNav li {
    padding: 6px 12px;
  }
}
.eventPageNav a {
  height: auto;
  width: auto;
  color: gray;
  text-decoration: none;
  transition: 0.3s;
}
.eventPageNav a:hover {
  color: #f58220;
  transition: 0.3s;
}

.activeAAAAAA {
  border-bottom: 4px solid #f58220 !important;
  color: #f58220 !important;
}

.eventSingleDetailWrapper {
  width: 100%;
  height: auto;
  margin: 32px 0;
}
.eventSingleDetailWrapper h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
  border-left: 10px solid #f58220;
  border-image: linear-gradient(#f58220 0%, #ffc500 100%);
  border-image-slice: 1;
  line-height: 100%;
  padding: 12px 0 12px 16px;
  background-color: #3987c8;
  color: white;
}
@media (max-width: 550px) {
  .eventSingleDetailWrapper h2 {
    font-size: 21px;
  }
}

.partition {
  width: 100%;
  height: 2px;
  background-color: #859eff;
  margin: 32px 0;
}

.eventTopWrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 1000px) {
  .eventTopWrapper {
    flex-direction: column;
  }
}
@media (max-width: 550px) {
  .eventTopWrapper {
    gap: 22px;
  }
}

.pjPeriod {
  width: 45%;
  height: auto;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .pjPeriod {
    flex-direction: column;
    margin: 0 !important;
    width: 100%;
  }
}
.pjPeriod dl {
  width: 100%;
  height: auto;
}
.pjPeriod dl dt {
  margin-bottom: 6px;
  font-size: 16px;
  color: gray;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.pjPeriod dl dt p {
  margin: 0 8px 0 0;
}
.pjPeriod dl dt span {
  text-decoration: none;
}
.pjPeriod dl dd {
  font-size: 18px;
  margin-bottom: 28px;
}
.pjPeriod dl dd .progress_date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.pjPeriod dl dd .progressDate1,
.pjPeriod dl dd .progressDate2 {
  width: 100%;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 16px;
}
@media (max-width: 550px) {
  .pjPeriod dl dd .progressDate1,
  .pjPeriod dl dd .progressDate2 {
    font-size: 13px;
  }
}
.pjPeriod dl dd .progressDate1 .progress_start_date,
.pjPeriod dl dd .progressDate1 .progress_end_date,
.pjPeriod dl dd .progressDate2 .progress_start_date,
.pjPeriod dl dd .progressDate2 .progress_end_date {
  color: gray;
}
.pjPeriod dl dd .progressDate1 {
  color: #4680e8;
}
.pjPeriod dl dd .progress_back {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 16px;
  background: #ccc;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 550px) {
  .pjPeriod dl dd .progress_back {
    height: 12px;
  }
}
.pjPeriod dl dd .progress_front {
  height: 16px;
  background: linear-gradient(0.25turn, #47aaec, #5fdbff);
  border-radius: 10px;
}
@media (max-width: 550px) {
  .pjPeriod dl dd .progress_front {
    height: 12px;
  }
}
.pjPeriod .btnArea dt {
  margin-bottom: 16px;
}
.pjPeriod .btnArea dd {
  margin-bottom: 8px;
}
.pjPeriod .stack {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.pjPeriod .stack .entryBtn {
  height: auto;
  width: auto;
  margin: 0 0 32px 0;
  text-decoration: none;
}
.pjPeriod .stack .entryBtn p {
  color: #47aaec;
  text-decoration: underline;
  font-size: 16px;
  width: 200px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pjPeriod .stack .entryBtn p:hover {
  color: #99d3fa;
}
.pjPeriod .stack .entryBtn p:hover > svg {
  fill: #a2a2a2;
}
.pjPeriod .stack .entryBtn p svg {
  fill: gray;
  height: 14px;
  margin-left: 10px;
}
.pjPeriod .stack .entryBtn p svg:hover {
  fill: #a2a2a2;
}

.pjStructure {
  width: 96%;
  font-size: 18px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .pjStructure {
    font-size: 16px;
    margin: 0;
  }
}
.pjStructure strong {
  font-size: 16px;
  color: gray;
  letter-spacing: 1px;
  font-weight: bold;
}

.pjSummary {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .pjSummary {
    padding: 0 10px;
    margin: 0 0 8px 0;
  }
}
.pjSummary .stack {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 770px) {
  .pjSummary .stack {
    flex-direction: column;
    gap: 16px;
  }
}
.pjSummary .stack dl {
  width: 100%;
  height: auto;
}
.pjSummary .stack dl dt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px;
  position: relative;
  width: 100%;
}
@media (max-width: 600px) {
  .pjSummary .stack dl dt {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .pjSummary .stack dl dt {
    font-size: 20px;
  }
}
.pjSummary .stack dl dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 370px;
  height: 2px;
  border-radius: 2px;
  background-color: #0044cc8f;
}
@media (max-width: 550px) {
  .pjSummary .stack dl dt::before {
    width: 260px;
  }
}
.pjSummary .stack dl dt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 200px;
  height: 4px;
  border-radius: 3px;
  background-color: #0054cc36;
}
.pjSummary .stack dl dd {
  font-size: 18px;
  margin-bottom: 28px;
}
@media (max-width: 550px) {
  .pjSummary .stack dl dd {
    font-size: 16px;
  }
}
.pjSummary .stack dl dd img {
  width: 100%;
}

.pjCloudloan {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .pjCloudloan {
    padding: 0 10px;
    margin: 0 0 8px 0;
  }
}
.pjCloudloan .stack {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 770px) {
  .pjCloudloan .stack {
    flex-direction: column;
    gap: 16px;
  }
}
.pjCloudloan .stack dl {
  width: 100%;
  height: auto;
}
.pjCloudloan .stack dl dt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px;
  position: relative;
  width: 100%;
}
@media (max-width: 600px) {
  .pjCloudloan .stack dl dt {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .pjCloudloan .stack dl dt {
    font-size: 20px;
  }
}
.pjCloudloan .stack dl dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 370px;
  height: 2px;
  border-radius: 2px;
  background-color: #0044cc8f;
}
@media (max-width: 550px) {
  .pjCloudloan .stack dl dt::before {
    width: 260px;
  }
}
.pjCloudloan .stack dl dt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 200px;
  height: 4px;
  border-radius: 3px;
  background-color: #0054cc36;
}
.pjCloudloan .stack dl dd {
  font-size: 18px;
  margin-bottom: 28px;
}
@media (max-width: 550px) {
  .pjCloudloan .stack dl dd {
    font-size: 16px;
  }
}

.pjRequirements {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .pjRequirements {
    padding: 0 10px;
    margin: 0 0 8px 0;
  }
}
.pjRequirements dl {
  width: 100%;
  height: auto;
}
.pjRequirements dl dt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px;
  position: relative;
  width: 100%;
}
@media (max-width: 600px) {
  .pjRequirements dl dt {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .pjRequirements dl dt {
    font-size: 20px;
  }
}
.pjRequirements dl dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 370px;
  height: 2px;
  border-radius: 2px;
  background-color: #0044cc8f;
}
@media (max-width: 550px) {
  .pjRequirements dl dt::before {
    width: 260px;
  }
}
.pjRequirements dl dt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 200px;
  height: 4px;
  border-radius: 3px;
  background-color: #0054cc36;
}
.pjRequirements dl dd {
  font-size: 18px;
  margin-bottom: 28px;
}
@media (max-width: 550px) {
  .pjRequirements dl dd {
    font-size: 16px;
  }
}
.pjRequirements dl dd img {
  width: 50%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 600px) {
  .pjRequirements dl dd img {
    width: 100%;
  }
}

.pjInvestor {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .pjInvestor {
    padding: 0 10px;
    margin: 0 0 8px 0;
  }
}
.pjInvestor dl {
  width: 100%;
  height: auto;
}
.pjInvestor dl dt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px;
  position: relative;
  width: 100%;
}
@media (max-width: 600px) {
  .pjInvestor dl dt {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .pjInvestor dl dt {
    font-size: 20px;
  }
}
.pjInvestor dl dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 370px;
  height: 2px;
  border-radius: 2px;
  background-color: #0044cc8f;
}
@media (max-width: 550px) {
  .pjInvestor dl dt::before {
    width: 260px;
  }
}
.pjInvestor dl dt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 200px;
  height: 4px;
  border-radius: 3px;
  background-color: #0054cc36;
}
.pjInvestor dl dd {
  font-size: 18px;
  margin-bottom: 28px;
}
@media (max-width: 550px) {
  .pjInvestor dl dd {
    font-size: 16px;
  }
}
.pjInvestor dl dd img {
  width: 50%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 600px) {
  .pjInvestor dl dd img {
    width: 100%;
  }
}
.pjInvestor .investorLoop {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  column-gap: 16px;
  row-gap: 16px;
}
.pjInvestor .investorLoop .investorArea {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.pjInvestor .investorLoop .investorArea .investorContentsImgWrapper .investorImgInner {
  width: 120px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pjInvestor .investorLoop .investorArea .investorContentsImgWrapper .investorImgInner img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
.pjInvestor .investorLoop .investorArea .investorContentsNameWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.pjInvestor .investorLoop .investorArea .investorContentsNameWrapper .investorName {
  color: gray;
  font-size: 18px;
  font-weight: bold;
}

.pjRelated {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .pjRelated {
    padding: 0 10px;
    margin: 0 0 8px 0;
  }
}
.pjRelated .stack {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pjRelated .stack a {
  height: auto;
  width: auto;
  margin: 0 0 32px 0;
  text-decoration: none;
}
.pjRelated .stack a p {
  color: white;
  font-size: 20px;
  width: 270px;
  padding: 16px 32px;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f58220;
}
.pjRelated .stack a p:hover {
  background-color: #ffb97c;
}

.pjOther {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .pjOther {
    padding: 0 10px;
    margin: 0 0 8px 0;
  }
}
.pjOther dl {
  width: 100%;
  height: auto;
}
.pjOther dl dt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px;
  position: relative;
  width: 100%;
}
@media (max-width: 550px) {
  .pjOther dl dt {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .pjOther dl dt {
    width: 100%;
  }
}
.pjOther dl dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 370px;
  height: 2px;
  border-radius: 2px;
  background-color: #0044cc8f;
}
@media (max-width: 550px) {
  .pjOther dl dt::before {
    width: 260px;
  }
}
.pjOther dl dt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 200px;
  height: 4px;
  border-radius: 3px;
  background-color: #0054cc36;
}
.pjOther dl dd {
  font-size: 18px;
  width: 100%;
  margin-bottom: 28px;
}
@media (max-width: 550px) {
  .pjOther dl dd {
    font-size: 16px;
  }
}
.pjOther dl dd img {
  width: 100%;
  margin-top: 32px;
  max-height: 50vh;
  object-fit: contain;
  object-position: left;
  -o-object-fit: contain;
  -o-object-position: left;
}

.pjTeam {
  width: 100%;
  padding: 0 24px;
  margin: 0 0 32px 0;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .pjTeam {
    padding: 0 10px;
  }
}
.pjTeam .innerGrid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  row-gap: 24px;
}
@media (max-width: 600px) {
  .pjTeam .innerGrid {
    grid-template-columns: repeat(1, 100%);
  }
}
.pjTeam .innerGrid dl {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.pjTeam .innerGrid dl dt {
  margin-right: 16px;
}
.pjTeam .innerGrid dl dt .memberImgInner {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #f9c84c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pjTeam .innerGrid dl dt .memberImgInner img {
  width: 80px;
  height: 80px;
}
.pjTeam .innerGrid dl dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.pjTeam .innerGrid dl dd .memberName {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 8px;
}
.pjTeam .innerGrid dl dd .memberPost {
  font-size: 16px;
}

.eventStatus {
  margin: 0 auto;
  font-size: 20px;
}
@media (max-width: 550px) {
  .eventStatus {
    font-size: 16px;
  }
}

.tribe-events-sub-nav .tribe-events-nav-previous a {
  background-color: white;
}
@media (max-width: 550px) {
  .tribe-events-sub-nav .tribe-events-nav-previous a {
    font-size: 11px;
    padding: 10px;
  }
}
.tribe-events-sub-nav .tribe-events-nav-next a {
  background-color: white;
}
@media (max-width: 550px) {
  .tribe-events-sub-nav .tribe-events-nav-next a {
    font-size: 11px;
    padding: 10px;
  }
}

.project-list-wrap {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  box-shadow: grey 0px 0px 3px;
  margin: 24px auto;
  padding: 16px;
  box-sizing: border-box;
  height: auto;
}
.project-list-wrap .project-list-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.project-list-wrap .project-list-left .thumbnail-wrapper {
  height: 100%;
  width: 100%;
  margin: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-list-wrap .project-list-left .thumbnail-wrapper img {
  height: 100%;
  width: 100% !important;
  max-width: 400px;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 600px) {
  .project-list-wrap .project-list-left .thumbnail-wrapper img {
    max-width: none;
  }
}
.project-list-wrap .project-list-left .tag {
  display: flex;
  position: absolute;
  bottom: 0;
  margin-left: 8px;
  flex-wrap: wrap;
  row-gap: 8px;
}
.project-list-wrap .project-list-left .tag .entry-tag {
  width: fit-content;
  border-radius: 16px;
  padding: 0px 10px;
  margin: 0 0 0 8px;
  background-color: #ffe1a9;
  display: inline-block;
}
.project-list-wrap .project-list-left .tag .entry-tag a {
  text-decoration: none;
  color: #5c5c5c;
}
.project-list-wrap .project-list-right {
  width: 60%;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 8px;
}
.project-list-wrap .project-list-right .project-list-title {
  font-size: 20px;
  font-weight: 700;
}
.project-list-wrap .project-list-right .btn-like-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-list-wrap .project-list-right .btn-like-wrap .project-btn {
  text-decoration: none;
}
.project-list-wrap .project-list-right .date-btn-wrap{
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wb_grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 16px * 3) / 4));
  gap: 16px;
}
@media screen and (max-width: 1050px) {
  .wb_grid {
    grid-template-columns: repeat(3, calc((100% - 16px * 2) / 3));
  }
}
@media screen and (max-width: 750px) {
  .wb_grid {
    grid-template-columns: repeat(2, calc((100% - 16px * 1) / 2));
  }
}
@media screen and (max-width: 550px) {
  .wb_grid {
    grid-template-columns: repeat(1, 100%);
  }
}
.wb_grid .wb_wrapper {
  background-color: #efeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
}
.wb_grid iframe {
  height: auto;
  width: 100%;
  margin: 0 0 16px 0;
}
.wb_grid p {
  width: 100%;
  font-size: 14px;
  padding: 0 8px;
  margin: 0 0 16px 0;
  box-sizing: border-box;
  text-align: left;
}
.wb_grid p:last-child {
  color: gray;
  font-size: 12px;
}

.error-404 {
  margin: 0 auto;
  width: 94%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.error-404 .page-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-404 .page-content p {
  width: 90%;
  margin-bottom: 16px;
  text-align: center;
}
.error-404 h1 {
  width: 90%;
  text-align: center;
}

/*------------------------------------レスポンシブ------------------------------------*/
@media (max-width: 600px) {
  body {
    overflow-x: hidden;
    padding-top: 60px !important;
  }

  .entry-header {
    margin-bottom: 25px;
  }
  .entry-header img {
    height: 3px;
  }

  h2 {
    font-size: 18px;
  }

  .pdf-btn {
    height: 40px;
    font-size: 14px;
    width: 150px;
    line-height: 14px;
  }

  #main-header {
    height: 60px;
    background-position: 0% 0px;
    background-size: cover;
  }
  #main-header .header-wrap {
    padding: 0 0 0 20px;
  }
  #main-header .header-wrap .header-img-wrap img {
    width: 80% !important;
    min-width: 100px;
  }

  .hamburger {
    top: 15px;
  }

  .hamburger-menu .hamburger-menu-wrap hr {
    border: white 1px solid;
  }
  .hamburger-menu .hamburger-menu-wrap .calendar-wrap {
    text-align: left;
  }
  .hamburger-menu .hamburger-menu-wrap .calendar-wrap a {
    text-align: left;
    font-size: 18px;
  }
  .hamburger-menu .hamburger-menu-wrap .calendar-wrap .calendar-item {
    font-size: 14px;
    padding: 3px !important;
    margin-left: 10px;
  }

  .searchandfilter input[type="text"] {
    width: 100%;
  }

  .btn-style {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }

  .searchform .searchform-wrap {
    display: flex;
    justify-content: space-evenly;
  }
  .searchform .searchform-wrap input[type="text"] {
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
  }
  .searchform .searchform-wrap .search-btn {
    width: 25%;
    height: 40px !important;
  }

  .project-btn-background {
    height: 30px;
    font-size: 14px;
    width: 90%;
  }

  .project-list-wrap {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    margin: 24px auto;
    padding: 16px;
    box-sizing: border-box;
  }
  .project-list-wrap .project-list-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
  }
  .project-list-wrap .project-list-left img {
    height: 130px;
    width: 100%;
    margin: unset;
  }
  .project-list-wrap .project-list-left .tag {
    display: flex;
    position: absolute;
    margin-left: 10px;
    bottom: 5px;
  }
  .project-list-wrap .project-list-left .tag .entry-tag {
    width: fit-content;
    border-radius: 16px;
    padding: 0px 10px;
    margin: 0 0 0 8px;
    background-color: #ffe1a9;
    display: inline-block;
  }
  .project-list-wrap .project-list-left .tag .entry-tag a {
    font-size: 14px;
    text-decoration: none;
    color: #5c5c5c;
  }
  .project-list-wrap .project-list-right {
    width: 100%;
    padding: 16px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
  }
  .project-list-wrap .project-list-right h3 {
    font-size: 16px;
    line-height: 16px;
  }
  .project-list-wrap .project-list-right .project-list-title {
    font-size: 20px;
    line-height: 20px;
  }
  .project-list-wrap .project-list-right .project-list-excerpt {
    font-size: 12px;
    line-height: 12px;
  }
  .project-list-wrap .project-list-right .project-list-date {
    font-size: 12px;
    line-height: 14px;
    width: 85%;
    margin-left: auto;
  }
  .project-list-wrap .project-list-right .btn-like-wrap .project-btn {
    width: 200px;
    text-decoration: none;
  }
  .project-list-wrap .project-list-right .btn-like-wrap .simplefavorite-button {
    padding: 0;
  }
  .simplefavorite-button i span {
    display: none;
  }

  .simplefavorite-button-count {
    font-size: 20px;
    margin-left: 5px;
  }

  .schedule-wrap {
    text-decoration: none;
    width: 90vw;
    align-items: start;
    padding-bottom: 30px;
  }
  .schedule-wrap .schedule-box .schedule-title {
    font-size: 16px !important;
    margin-left: 5px !important;
  }
  .schedule-wrap .schedule-box .title-wrap {
    align-items: flex-start;
  }
  .schedule-wrap .schedule-box .title-wrap .schedule-date {
    padding: 5px;
    width: 30%;
    text-align: center;
    font-size: 14px;
  }
  .schedule-wrap .schedule-description {
    margin-left: 15px;
    font-size: 14px !important;
  }

  .searchform form input[type="text"] {
    width: 200px;
  }

  .post-content .tag .entry-tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    border: black 1px solid;
    width: fit-content;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 0 0 0 8px;
    background-color: white;
    display: inline-block;
    font-size: 12px;
  }
  .post-content .tag .entry-tag a {
    text-decoration: none;
    color: black;
  }
}
@media (max-width: 1024px) {
  #main-header {
    background-position: right 55% top 0;
  }
  #main-header .header-wrap {
    padding-left: 20px;
    padding-right: 50px;
  }
}
@media (max-width: 770px) {
  #main-header {
    background-position: right 75% top 0;
  }

  .project-list-wrap .project-list-left {
    width: 100%;
  }
  .project-list-wrap .project-list-right {
    width: 100%;
  }
}
@media (min-width: 770px) {
  .hamburger {
    display: none;
  }

  .hamburger-menu {
    display: none;
  }

  .header-nav-wrap nav {
    display: flex !important;
  }
}
@media (max-width: 450px) {
  .hamburger {
    top: 15px !important;
    right: 20px !important;
  }
}
@media (max-width: 430px) {
  #main-header {
    background-position: 0px 0;
  }
}
@media (max-width: 420px) {
  .searchform .searchform-wrap input[type="text"] {
    width: 70%;
  }
  .searchform .searchform-wrap .search-btn {
    width: 25%;
  }
}
@media (max-width: 400px) {
  #main-header {
    background-position: -30px 0;
  }

  .manual-btn-background {
    width: 80% !important;
  }

  .project-list-wrap .project-list-right .project-btn-background {
    width: 100%;
  }
  .project-list-wrap .project-list-right .simplefavorite-button i {
    padding: 0 5px;
  }
}
@media (max-width: 360px) {
  #main-header {
    background-position: -40px 0;
  }
  .manual-btn-background {
    width: 90% !important;
  }

  .searchform .searchform-wrap input[type="text"] {
    width: 65%;
  }
  .searchform .searchform-wrap .search-btn {
    width: 30%;
  }
}
@media (max-width: 330px) {
  .category-box a {
    font-size: 12px !important;
  }

  .project-btn-background {
    width: 100% !important;
  }

  .project-list-wrap .project-list-title {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .project-list-wrap .project-list-right h3 {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  #main-header {
    background-position: -55px 0;
  }

  .manual-btn-background {
    width: 95% !important;
  }

  .wp-block-preformatted {
    white-space: pre-wrap;
    font-size: 16px;
  }
}
@media (max-width: 300px) {
  #main-header {
    background-position: -60px 0;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-family: "HiraMaruProN";
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  padding-top: 100px;
}
body h2 {
  font-family: "HiraMaruProN-W4";
}
body .pagetitle {
  font-size: 40px !important;
}
@media (max-width: 750px) {
  body .pagetitle {
    font-size: 32px !important;
  }
}
@media (max-width: 550px) {
  body .pagetitle {
    font-size: 28px !important;
  }
}

.body-structure {
  margin: 0 auto;
  max-width: 1048px;
  min-height: 85vh;
  padding: var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4);
}
.body-structure .el_grid.el_grid__3col {
  margin: 24px auto;
}

.entry-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: auto;
  margin-bottom: 50px;
}
.entry-header img {
  width: 150px;
  height: 5px;
  margin: auto;
}

h2.has-background {
  padding: 0;
}

a {
  color: #0073aa;
}
a:active,
a:focus,
a:hover {
  color: #0096dd;
}

.searchform {
  width: 100%;
  text-align: center;
  margin: auto;
}
.searchform .searchform-wrap input[type="text"] {
  width: 75%;
}
.searchform .searchform-wrap .search-btn {
  width: 15%;
  height: 50px;
  padding: 10px;
  background-color: #f58220;
  color: white;
  border: 1px rgba(245, 130, 32, 0.4) solid;
  border-radius: 5px;
}
.searchform .searchform-wrap .search-btn:hover {
  cursor: pointer;
}
.searchform .searchform-wrap .search-btn:hover.search-btn {
  opacity: 0.8;
}

.wp-block-separator {
  border-color: lightgray;
}

.wp_column_spacer {
  height: 100%;
  width: 32px;
}
@media (max-width: 781px) {
  .wp_column_spacer {
    height: 0 !important;
    width: 0;
  }
}

.size-full {
  width: 100%;
}
.size-full img {
  width: 100%;
}

.pagination {
  height: 32px !important;
}
.pagination a {
  text-decoration: none !important;
  margin-right: 8px !important;
}
.pagination span {
  margin-right: 8px !important;
}
.pagination .page-numbers {
  height: 32px !important;
  width: 32px !important;
}
.pagination .current {
  background-color: #f58220 !important;
  border-radius: 4px !important;
  color: white !important;
  padding: 12px 15px;
}

#page-container {
  position: relative;
  min-height: calc(100vh - 120px);
}

#content-wrap {
  padding-bottom: 60px; /* Footer height */
  padding-top: 15px;
}
.content {
  max-width: 1048px;
  margin: 0 auto;
}
select {
  border-radius: 10px;
}
.wrapper {
  height: calc(100vh - 100px);
}
.card {
  padding: 0 16px 10px 16px;
}
.card .card-header .card-title {
  margin-top: 10px;
  border-bottom: solid;
}
.card-category {
  font-size: 1em;
}
.question {
  height: 50px;
  background-color: #ebebeb;
  align-items: center;
  display: flex;
}
.answer {
  height: 69px;
  background-color: #f8f8f8;
  align-items: center;
  display: flex;
}
.question_answer_div {
  margin-left: 5%;
  margin-right: 5%;
}

.withdraw_buttons {
  border-width: 2px;
  font-weight: 600;
  font-size: 0.8571em;
  line-height: 1.35em;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  padding: 11px 22px;
  cursor: pointer;
  background-color: #e6883c;
  color: #ffffff;
}

table.table-bordered {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
table.table-bordered > thead > tr > th {
  background-color: #f9a767;
  color: white;
  border: 2px solid #e2e2e2;
}
table.table-bordered > tbody > tr > td {
  border: 2px solid #e2e2e2;
}
.btn_wraps {
  float: right;
  padding-right: 10%;
}
.btn-default {
  color: #fff;
  background-color: #e6883c;
}
.notice {
  max-width: 520px;
  background-color: #fde8c8;
}
.hamburger-menu-sp-admin {
  background-color: #8b8b8b;
}
.btn-cancel {
  border: 1px solid #9c9c9c;
  color: black;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
}
.btn-keep {
  background-color: #1b143b;
  font-size: 16px;
}
.contract_date_div {
  display: flex;
}
.contract_date_start,
.contract_date_end {
  width: 48%;
}
.between_date_start_date_end {
  width: 4%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.plan_option_div {
  display: flex;
}
.between_plan_option_and_money {
  width: 4%;
}
.plan_option_input {
  width: 48%;
}
.plan_option_after_plan_1 {
  margin-top: 10px;
}
.header_title {
  float: left;
}
.yen_currency {
  margin-left: 10px;
  align-items: center;
  display: flex;
}
.plan_option {
  margin-right: 5px;
}
.reward_percentage {
  display: inline-block;
}
.reward_ratio {
  width: 70px;
  display: inline-block;
}
.add_reward_ratio_div {
  display: inline-block;
}
.title_news_dt {
  margin-right: 24px;
}
.current_page {
  background-color: #f7822b;
}
.accordion_open {
  background-image: url(../img/accordion_up.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) calc(60%);
}
.question > span.collapsed {
  background-image: url(../img/accordion_down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) calc(50%);
}
.news_date_and_status_container {
  background-color: #fff9eb;
  padding-top: 20px;
  padding-bottom: 20px;
}
.free_first_month {
  margin-right: 5px;
}
.affiliater_rate_div {
  padding-left: 0;
  padding-bottom: 10px;
}

.total_money_after_discount_div {
  padding-left: 0;
  display: flex;
}

.plan_option_table {
  border-radius: 10px !important;
  border: 2px solid #e2e2e2;
}

.bor-bot-1 {
  border-bottom: 2px solid #e2e2e2;
}

.total_amount_table {
  border: hidden;
}

.label_column {
  width: 100px;
}

.label_name_column {
  width: 200px;
  border-right-style: hidden;
}

.price_column {
  width: 100px;
}

.label_area {
  background-color: #d7d7d7;
}

.label_name_area {
  padding-left: 20px;
}

.option_area {
  border-top-style: hidden;
}

.total_amount_row {
  border-left-style: hidden !important;
  border-right-style: hidden !important;
  border-bottom-style: hidden !important;
}

.table th,
.table td {
  border: none;
}
.bg-color-cancel {
  background-color: #e6503c;
}
.btn-bg-white {
  background-color: #fff;
  color: black;
  border: 1px solid black;
}
.text-inprogress {
  color: blueviolet;
}
.pnavi {
  text-align: center;
  margin: 1rem 0;
  clear: both;
}
.pnavi li {
  display: inline-block;
  margin: 0.2rem;
  font-size: 0.9rem;
  color: #fff;
}
.pnavi li a {
  padding: 0.5rem 0.75rem 0.4rem;
  display: block;
  background-color: #fff;
  color: #000;
  line-height: 32px;
  width: 50px;
  height: 50px;
}
.pnavi li a.pnavi-left,
.pnavi li a.pnavi-right {
  background-color: #ebebeb;
  border-radius: 50%;
}
.pnavi li a.pnavi-cur {
  background-color: #f9a767;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}
.pnavi li .pnavi-icon {
  line-height: 32px;
}
.pnavi_rows {
  text-align: center;
  margin: 0 0 1rem 0;
  font-size: 0.85rem;
}

.plan_option_name_column {
  width: 25%;
}

.plan_option_money_column {
  width: 10%;
}

.url_column {
  width: 20%;
}

.overview_column {
  width: 35%;
}

.is_activate_column {
  width: 10%;
}

.plus_icon {
  font-size: 20px;
}

.add_plan_option {
  background-color: #d9d9d9;
}

.color-45818e {
  background-color: #45818e;
}

.color-cccccc {
  background-color: #cccccc;
}

.color-cfe2f3 {
  background-color: #cfe2f3;
}
.color-f4cccc {
  background-color: #f4cccc;
}
.top-align {
  vertical-align: top;
}
.title_with_button {
  overflow: auto;
}
.btn_in_title {
  float: right;
}
.text-paragraph {
  white-space: pre-line;
  margin-bottom: 0;
}
.member_password,
.member_password:focus,
.admin_password,
.admin_password:focus,
.member_password_retype,
.member_password_retype:focus {
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.login_input,
.login_input:focus {
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-right: 1px solid #dddddd;
}

.member_info_confirm {
  margin-left: 15px;
}

.margin_left_table {
  margin-left: 15px;
}

.btn-confirm {
  background-color: #e63c3c;
  color: #fff;
  border: 1px solid #e3e3e3;
  padding: 15px 50px;
  text-transform: uppercase;
  font-weight: 600;
}

.edit_card_div {
  justify-content: end;
}

.terms_of_use_form {
  display: table;
  margin: 0 auto;
}

.save_ratio {
  margin-right: 15px;
}

.credit_card_change_wrap {
  width: 100%;
}

.credit_card_change_btn {
  float: right;
}

.terms_of_use_btn_wrap {
  text-align: center;
}

.continue_charge_content {
  color: #6f6f6f;
}

.resume_subscribe_btn {
  border-radius: 4px;
}

.partner_member {
  background-color: #f2ea9d;
}

.employee_member {
  background-color: #aceabe;
}

.community_leader_member {
  background-color: #f9b0b0;
}

.agency_member {
  background-color: #cfe5ff;
}

.investor_member {
  background-color: #eeeeee;
}

.member_container {
  position: relative;
}

.member_wrapper {
  position: absolute;
  top: 13px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  display: flex;
}

.member_child_wrapper {
  margin: 0 auto;
  position: relative;
  margin-bottom: 5px;
  width: 85%;
  display: flex;
}

.current_member_info_column {
  width: 40%;
}

.current_member_id {
  padding-top: 3px;
}

.member_id_div,
.member_info_div {
  padding-top: 3px;
}

.member_info_div {
  text-align: left;
}

.referrer_accordion_open {
  background-image: url(../img/accordion_up_referrer.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) calc(60%);
}
.referrer_accordion_close {
  background-image: url(../img/accordion_down_referrer.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) calc(50%);
}

.referred_id_update_select_box {
  margin-bottom: 10px;
  height: 100%;
}

.referrer_id_input_wrapper {
  display: flex;
}

.referrer_id_input_span {
  width: 350px;
  align-items: center;
  display: flex;
}

.btn-apply {
  border: 1px solid #dc6666;
  color: #ca3d3d;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  height: 44px;
}

.remember_me_label {
  margin: 0 auto;
}

.remember_me_chk_box {
  margin-top: 0.1rem;
}

.procedure_manual_container {
  background-color: #d9d9d9;
}

.procedure_manual_container .bl_explanationBox {
  background-color: transparent !important;
  box-shadow: none !important;
}

.instruction_wrapper {
  background-color: #fcfaec;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.instruction_wrapper span {
  color: black !important;
}

.paid_member_register_btn {
  background-color: #e8584f;
  color: white;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.free_member_register_btn {
  background-color: white;
  color: #e8984f;
  border: 1px #e8984f solid;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.login_btn {
  background-color: transparent !important;
  color: #3ca1ff !important;
  text-decoration: underline !important;
  text-decoration-color: #3ca1ff !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.announcement-wrapper {
  background-color: #fcd97f30;
  border: 7px #ff9356 solid;
  border-radius: 22px;
}

.step-wrapper {
  background: linear-gradient(45deg, #ffdb94, #ffdb9442);
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  height: 100%;
}

.step_label {
  font-size: 20px;
  color: #0471f1;
  vertical-align: text-bottom;
  margin-right: 10px;
}

.step_number {
  font-size: 52px;
  color: #0471f1;
  margin-right: 30px;
}

.step_intro {
  font-size: 21px;
  margin-left: 30px;
  height: 60px;
  display: flex;
  align-items: center;
}

.step_content {
  margin-left: 30px;
  margin-right: 30px;
}

.paid_member_button_wrapper {
  margin-top: 20px;
}

.final-step-content-wrapper {
  margin: 0 auto;
  background-color: #fcfaec;
  box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
}

.manual_charge {
  margin-left: 10px;
}

.withdraw_wrapper {
  margin: 0 auto;
}

.register_complete_card_error_message li {
  text-align: center !important;
}

.register_complete_card_error_message li::before {
  content: "\2022";
}

.register_complete_card_error_message {
  list-style: none;
}

.tablesorter-header {
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 18px !important;
  cursor: pointer;
}

.tablesorter-headerAsc {
  background-image: url(../img/arrow_up.png);
}

.tablesorter-headerDesc {
  background-image: url(../img/arrow_down.png);
}

.tablesorter-headerUnSorted {
  background-image: url(../img/arrow_unsort.png);
}

.withdraw_member {
  color: #808080;
}

.error,
.error li {
  color: red;
}

.L-step-box .L-step-subtitle .L-step-centerbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 24px auto 32px auto;
}
.L-step-box .L-step-subtitle .L-step-centerbox p {
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .L-step-box .L-step-subtitle .L-step-centerbox p {
    font-size: 24px;
  }
}
.L-step-box .L-step-subtitle .step-no {
  color: #e7873c;
}
.width-100 {
  width: 100% !important;
}
.height-45 {
  height: 4.5rem !important;
}

@media screen and (max-width: 1000px) {
  .sp-m0 {
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */
