/*------------------------------------
イベントセクション
------------------------------------*/
.page__event {
  max-width: calc(1120px + 8%);
  margin: 0 auto 7rem;
  padding: 0 4%;
}
@media screen and (max-width: 1120px) {
  .page__event {
      max-width: calc(700px + 8%);
      margin: 0 auto 6rem;
      padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .page__event {
      max-width: calc(700px + 8%);
      margin: 0 auto 6rem;
      padding: 0 4%;
  }
}
@media screen and (max-width: 480px) {
  .page__event {
      max-width: calc(345px + 8%);
      margin: 0 auto 7rem;
      padding: 0 4%;
  }
}

.page__inner {
  padding: 5.5rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .page__inner {
    padding: 5.5rem 0 4rem;
  }
}
@media screen and (max-width: 480px) {
  .page__inner {
    padding: 1.6rem 0 3.7rem;
  }
}

.top__eventTitle {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1120px) {
  .top__eventTitle {
    font-size: 2rem;
    margin: 1.6rem 0 1rem;
  }
}

/* 検索バー */
.event__searchBox {
  font-family: auto;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  list-style: none;
  padding: 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1120px) {
  .event__searchBox {
    padding: 2rem;
    height: auto;
    flex-direction: column;
  }
}


.event__searchItem {
  width: 20%;
  position: relative;
  display: flex;
  font-size: 1.6rem;
  /* padding-top: 1rem; */
}

.event__searchItem__pref::before {
  content: "";
  width: 2em;
  height: 1.4em;
  display: inline-block;
  background: url(/assets/img/map-pin_icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  align-self: center;
}

.event__searchItem__date::before {
  content: "";
  width: 2em;
  height: 1.4em;
  display: inline-block;
  background: url(/assets/img/calendar_icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  align-self: center;
}

@media screen and (max-width: 1120px) {
  .event__searchItem {
    width: 100%;
    height: 40px;
    margin-bottom: 1rem;
  }
}

.event__searchItem__select {
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  border: none;
  /* padding-top: 1rem; */
}
@media screen and (max-width: 1120px) {
  .event__searchItem__select {
    width: 100%;
    height: 40px;
    margin-bottom: 1rem;
  }
}

.pin {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
@media screen and (max-width: 1120px) {
  .pin {
    left: 12px;
  }
}


.forward {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media screen and (max-width: 1120px) {
  .forward {
    right: 12px;
  }
}


.calendar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23.5px;
}
@media screen and (max-width: 1120px) {
  .calendar {
    left: 10px;
  }
}

.event__searchItem.-ber::after {
  position: absolute;
  top: 3px;
  right: 0;
  height: 44px;
  width: 1px;
  content: "";
  background-color: #BFBFBF;
  /* border-right: 1px solid #BFBFBF; */
}
@media screen and (max-width: 1120px) {
  .event__searchItem.-ber::after {
    content: none;
  }
}
.event__searchItem input {
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 1120px) {
  .event__searchItem input {
    background-color: #F0F2F5;
    border-radius: 6px;
  }
}

.event__searchItem.-window {
  width: 51%;
}
@media screen and (max-width: 1120px) {
  .event__searchItem.-window {
    width: 100%;
  }
}
::placeholder {
  color: #050505;
  font-size: 1.6rem;
  position: relative;
  top: 0.2em;
  padding-left: 2rem;
}
@media screen and (max-width: 1120px) {
  ::placeholder {
    font-size: 1.4rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 480px) {
  ::placeholder {
    font-size: 1.4rem;
    padding-left: 1rem;
    top: 0;
  }
}

.s1::placeholder {
  padding-left: 4rem;

}
@media screen and (max-width: 1120px) {
  .s1::placeholder {
    padding-left: 3.3rem;
  }
}

.s2::placeholder {
  padding-left: 5rem;
}
@media screen and (max-width: 1120px) {
  .s2::placeholder {
    padding-left: 3rem;
  }
}
.event__search__button {
  width: 9%;
}

/* input.font-awesome {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
} */
.event__search__button {
  border-radius: 6px;
  background: #2077ba;
  border: none;
  color: #FFFFFF;
  width: 9%;
  font-size: 1.6rem;
}
@media screen and (max-width: 1120px) {
  .event__search__button {
    width: 100%;
    height: 40px;
  }
}
.event__search__button img {
  margin-bottom: 2px;
  margin-right: 5px;
}
/* 検索バー end */

.event__layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  align-items: baseline;
}
@media screen and (max-width: 1120px) {
  .event__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .event__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .event__layout {
    display: grid;
    grid-template-columns: 100%;
    gap: 15px;
  }
}


.event__textBox {
  padding: 0 12px 20px;
}

.event__title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.event__information {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.event__date {
  margin-bottom: 0.5rem;
  font-weight: 600;

}
.event__date::before {
  content: "";
  width: 1.5em;
  height: 1.7em;
  display: inline-block;
  background: url(/assets/img/calendar_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 0.46rem;
  /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}

.event__address {
  margin-bottom: 0.5rem;


}
.event__address::before {
  content: "";
  width: 1.5em;
  height: 1.7em;
  display: inline-block;
  background: url(/assets/img/map-pin_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 0.65rem;
  /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}
.event__community {


}
.event__community::before {
  content: "";
  width: 1.5em;
  height: 1.7em;
  display: inline-block;
  background: url(/assets/img/person_icon_1.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
  /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}

.event__button__flex {
  display: flex;
}

.event__button__interest {
  width: 83%;
  height: 31px;
  border-radius: 5px;
  background: #e2e6ea;
  /* display: block; */
  margin-right: 6px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  /* padding: 9px 0; */
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event__button__interest::before {
  content: "";
  width: 1.25em;
  height: 1.22em;
  display: inline-block;
  background: url(/assets/img/star_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.2rem;
  vertical-align: bottom;
  background-position: center;
}
.event__button__interest::after {
  content: "";
  width: 1.25em;
  height: 1.22em;
  display: inline-block;
  background: url(/assets/img/black_lower\ Triangle_icon.svg) no-repeat;
  background-size: contain;
  margin-left: 7.5px;
  vertical-align: bottom;
  background-position: center;
}

.event__button__interest span {
  padding-top: 1rem;
}


/* ---- イベントセクション end ---- */

/* ---- イベントセクション end ---- */

.pagination__flex {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  width: fit-content;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .pagination__flex {
    margin: 4rem auto 0;
  }
}

.pagination__item {
  /* width: 3rem;
  height: 3rem; */
  margin-right: 6px;
  /* color: #FFFFFF; */
  /* text-align: center; */
}
.pagination__item a {
  border-radius: 50%;
  background-color: #E3E6EA;
  color: #FFFFFF;
  height: 3rem;
  width: 3rem;
  /* line-height: 3rem; */
  display: flex;
  justify-content: center;
  align-items: center;

}
.pagination__item a span {
  padding-top: 0.8rem;
}
.pagination__item.active a {
  background-color: #2077BA;

}
.pagination__item.-none a {
  background-color: transparent;
  width: 2rem;
  height: 2rem;
}
.pagination__item.-none {
  /* width: 2rem;
  height: 2rem; */

}


.fas {
  color: #2077BA;
}
.fa-ellipsis-h {
  color: #000000;
  background-color: transparent;
}


/* セレクトボックス */


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #212529;
  width: 100%;
  height: 5rem;
}
@media screen and (max-width: 1120px) {
  .select {
    height: 4rem;
  }
}

.select-styled {
  /* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 8px 15px 8px 4rem;
  transition: all 0.2s ease-in;
  border-radius: 6px;
  height: 100%;
  /* padding: 1.8rem 4rem; */
  padding: 2.8rem 4rem 1.8rem 4rem;
  line-height: 1;
}
@media screen and (max-width: 1120px) {
  .select-styled {
    background-color: #F0F2F5;
  }
}
@media screen and (max-width: 480px) {
  .select-styled {
    background-color: #F0F2F5;
    font-size: 1.4rem;
    /* padding: 1.8rem 3.3rem; */
  }
}

.select-styled::before {
  content: "";
  width: 0.7em;
  height: 1.1em;
  display: inline-block;
  background: url(/assets/img/map-pin_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
  vertical-align: bottom;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .select-styled::before {
    top: 23px;
    left: 1.2rem;
    width: 0.8em;
    height: 1.1em;
  }
}

.select-styled:after {
  content: "";
  width: 1.07em;
  height: 0.8em;
  display: inline-block;
  background: url(/assets/img/arrow-forward_icon.svg) no-repeat;
  background-size: contain;
  /* margin-right: 0.5rem; */
  vertical-align: bottom;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .select-styled:after {
    width: 1.2em;
    height: 0.8em;
    right: 12px;
  }
}

.select-styled:active:after,
.select-styled.active:after {
  transform: rotate(-180deg);
  top: 16px;
  /* border-color: transparent transparent #fff transparent; */
}


.event-edit__select__styled {
  /* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 8px 15px 8px 4rem;
  transition: all 0.2s ease-in;
  border-radius: 6px;
  height: 100%;
  /* padding: 1.8rem 4rem; */
  padding: 2.8rem 4rem 1.8rem 4rem;
  line-height: 1;
}
@media screen and (max-width: 1120px) {
  .event-edit__select__styled {
    background-color: #F0F2F5;
  }
}
@media screen and (max-width: 480px) {
  .event-edit__select__styled {
    background-color: #F0F2F5;
    font-size: 1.4rem;
    /* padding: 1.8rem 3.3rem; */
  }
}

.event-edit__select__styled::before {
  content: "";
  width: 0.7em;
  height: 1.1em;
  display: inline-block;
  /* background: url(/assets/img/map-pin_icon.svg) no-repeat; */
  background-size: contain;
  margin-right: 0.5rem;
  vertical-align: bottom;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .event-edit__select__styled::before {
    top: 23px;
    left: 1.2rem;
    width: 0.8em;
    height: 1.1em;
  }
}

.event-edit__select__styled:after {
  content: "";
  width: 1.07em;
  height: 0.8em;
  display: inline-block;
  background: url(/assets/img/arrow-forward_icon.svg) no-repeat;
  background-size: contain;
  /* margin-right: 0.5rem; */
  vertical-align: bottom;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .event-edit__select__styled:after {
    width: 1.2em;
    height: 0.8em;
    right: 12px;
  }
}

.event-edit__select__styled:active:after,
.event-edit__select__styled.active:after {
  transform: rotate(-180deg);
  top: 16px;
  /* border-color: transparent transparent #fff transparent; */
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #F0F2F5;
}

.select-options li {
  margin: 0;
  /* padding: 12px 0; */
  padding: 1.3rem 2rem;
  text-indent: 15px;
  border-top: 1px solid #F0F2F5;
  transition: all 0.15s ease-in;
}

.select-options li:hover,
.select-options li.is-selected {
  color: #2077BA;
  background: #fff;
}

.select-options li[rel="hide"] {
  display: none;
}

/* ---- OS（Windows）ごとスタイル変更 ---- */
.win .event__button__interest span {
  padding-top: 0.2rem;
}
.win .pagination__item a span {
  padding-top: 0rem;
}
.win .select-styled {
    padding: 1.8rem 4rem;
}
.win .event__searchItem input {
  padding-top: 0rem;
}
.win .event__search__button {
  padding-top: 0rem;
}

/* other_event.html */
.page__eventSingle__inner {
  padding: 2rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .page__eventSingle__inner {
    padding: 2rem 0 3.7rem;
  }
}

.page__eventSingle__wrap {
  max-width: calc(810px + 8%);
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
}

.return {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .return {
    margin-bottom: 2.7rem;
  }
}
.fa-arrow-left {
  color: #4B4B4B;
  margin-right: 0.3rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.page__eventSingle__mv {
  width: 100%;
  height: 264px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .page__eventSingle__mv {
    height: 165px;
  }
}

/* flex_wrap */
.page__eventSingle__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page__eventSingle__flex {
    flex-direction: column;
  }
}

/*------------------------------------
申込セクション
------------------------------------*/
.eventSingle__flexItem1 {
  width: 59%;

}
@media screen and (max-width: 767px) {
  .eventSingle__flexItem1 {
    width: 100%;

  }
}
/* インフォ */
.eventSingle__info {
  width: 100%;
  padding: 3rem 2.2rem 4rem;
  margin-bottom: 2rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 480px) {
  .eventSingle__info {
    padding: 3rem 1.5rem 4rem;
  }
}

.eventSingle__info__title1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .eventSingle__info__title1 {
    font-size: 1.6rem;
  }
}

.eventSingle__info__linkFlex {
  font-family: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  .eventSingle__info__linkFlex {
    margin-bottom: 4rem;
  }
}

.eventSingle__info__link1 {
  width: 44%;
  height: 3.5rem;
  background-color: #2077BA;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eventSingle__info__link1:hover {
  background-color: #5aa5de;
  transition: .3s;
}
.eventSingle__info__link1 span {
padding-top: 1rem;
}

.eventSingle__info__link1__2 {
  width: 90%;
  height: 3.5rem;
  background-color: #2077BA;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eventSingle__info__link1__2:hover {
  background-color: #E2E6EA;
}
.eventSingle__info__link1__2 span {
padding-top: 1rem;
}

.eventSingle__info__link1_joined {
  width: 90%;
  height: 3.5rem;
  background-color: #E2E6EA;
  color: #000000;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eventSingle__info__link1_joined:hover {
  color: #000000;
}
.eventSingle__info__link1_joined span {
padding-top: 1rem;
}

.eventSingle__info__link2 {
  width: 44%;
  height: 3.5rem;
  background-color: #E2E6EA;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eventSingle__info__link2::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(/assets/img/thumbs-up-unselected.svg) no-repeat;
  background-size: contain;
  margin-right: 1rem;
  vertical-align: bottom;
  background-position: center;
}

.eventSingle__info__link3 {
  width: 8.05%;
  height: 3.5rem;
  background-color: #E2E6EA;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .eventSingle__info__link3 {
    width: 11.2%;
  }
}
.eventSingle__info__link3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* ハッシュタグ部分 */
.tag__flex2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4px;
  margin-bottom: 1.8rem;
}

.tag__flex2 .tag2 {
  font-size: 1.2rem;
  font-weight: bold;
  word-break: break-all;
}

.tag2:last-of-type {
  margin-right: 0;
}
.eventSingle__infoList {
  list-style: none;
  font-size: 1.4rem;
  margin-bottom: 1.7rem;
  padding: 0;
}
.bold {
  font-weight: bold;
}

.eventSingle__infoList__name {
  margin-bottom: 1.3rem;
}
.eventSingle__infoList__name::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  background: url(/assets/img/person_icon_1.svg) no-repeat;
  background-size: contain;
  margin-right: 1rem;
  /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}

.eventSingle__infoList__calender {
  margin-bottom: 1.3rem;
  font-weight: 500;
}
.eventSingle__infoList__calender::before {
  content: "";
  width: 1.65em;
  height: 1.45em;
  display: inline-block;
  background: url(/assets/img/calendar_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1rem;
  /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}

.eventSingle__infoList__address {
  margin-bottom: 1.3rem;
}
.eventSingle__infoList__address::before {
  content: "";
  width: 1.1em;
  height: 1.7em;
  display: inline-block;
  background: url(/assets/img/map-pin_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.4rem;
  margin-left: 0.3rem;
  /* vertical-align: bottom; */
  vertical-align: -8px;
  background-position: center;
}

.eventSingle__infoList__video {
  margin-bottom: 1.3rem;
}
.eventSingle__infoList__video::before {
  content: "";
  width: 1.1em;
  height: 1.7em;
  display: inline-block;
  background: url(/assets//img/video_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.4rem;
  margin-left: 0.3rem;
  /* vertical-align: bottom; */
  vertical-align: -8px;
  background-position: center;
}

.eventSingle__infoList__check {
  margin-bottom: 1.3rem;
}
.eventSingle__infoList__check::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background: url(/assets/img/check_logo.svg) no-repeat;
  background-size: contain;
  margin-right: 1.1rem;
  /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}

.eventSingle__infoList__yen {
  margin-bottom: 1.3rem;
}
.eventSingle__infoList__yen::before {
  content: "";
  width: 1.15em;
  height: 1.4em;
  display: inline-block;
  background: url(/assets/img/yen_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.4rem;
  margin-left: 0.3rem;
  /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}
.eventSingle__infoList__link {
  word-wrap: break-word;
}

.eventSingle__infoList__link::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  background: url(/assets/img/link_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.25rem;
  /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}

.eventSingle__info__title2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .eventSingle__info__title2 {
    margin-bottom: 1.2rem;
  }
}

.eventSingle__info__text {
  font-size: 1.2rem;
  line-height: 1.75;
  word-wrap: break-word;
}


/* 参加予定 */
.participation__wrap {
  margin-bottom: 2rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem 2.3rem 2.5rem;
}
@media screen and (max-width: 480px) {
  .participation__wrap {
    padding: 1.6rem 2.3rem 2.7rem;
  }
}

.participation__wrap:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .participation__wrap:last-of-type {
    margin-bottom: 2rem;
  }
}

.participation__title__flex {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}

.participation__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

.number {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 2rem;
}

.participation__item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.participation__img {
  width: 4rem;
  height: 4rem;
  margin: 0;
}
.participation__img img {
  width: 100%;
  height: 100%;
}

.guest__participation__img {
  width: 4rem;
  height: 4rem;
  margin: 0;
}

.participation__text {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  margin: 1rem 0 0 1rem;
}

.more {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  cursor: pointer;
}
/*------------------------------------
申込セクション end
------------------------------------*/

/*------------------------------------
セクション
------------------------------------*/
.eventSingle__flexItem2 {
  width: 39%;
  border-radius: 14px;
  /* background: #fff; */
  /* filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); */
  padding: 0rem 2.3rem 3.3rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .eventSingle__flexItem2 {
    width: 100%;

  }
}

.eventSingle__flexItem2__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.eventSingle__flexItem2__card1 {
  border-radius: 14px;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 2.3rem 2.3rem 3.3rem;

  height: 100%;
}

.eventSingle__flexItem2__card2 {
  border-radius: 14px;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 2.3rem 2.3rem 3.3rem;
  margin: 1rem 0rem;
  height: 100%;
}

.event__card {
  background: #fff;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.event__card:last-of-type {
  margin-bottom: 0;
}
.event__card::before {
  content: "";
  width: 5.5em;
  height: 5.5em;
  display: inline-block;
  background: url(/assets/img/decoration_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.event__card__notActive {
  background: #fff;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.event__card__notActive::before {
  content: "";
  width: 5.5em;
  height: 5.5em;
  display: inline-block;
  /* background: url(/assets/img/decoration_icon.svg) no-repeat; */
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .event__card__notActive {
      width: 100%;
  }
}

.event__textBox {
  padding: 0 12px 20px;
}

.event__title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.event__information {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.event__date {
  margin-bottom: 0.5rem;
  font-weight: 600;

}
.event__date::before {
  content: "";
  width: 1.5em;
  height: 1.7em;
  display: inline-block;
  background: url(/assets/img/calendar_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 0.46rem;
  /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}

.event__address {
  margin-bottom: 0.5rem;


}
.event__address::before {
  content: "";
  width: 1.5em;
  height: 1.7em;
  display: inline-block;
  background: url(/assets/img/map-pin_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 0.65rem;
  /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}
.event__community {


}
.event__community::before {
  content: "";
  width: 1.5em;
  height: 1.7em;
  display: inline-block;
  background: url(/assets/img/person_icon_1.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
  /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}

.event__button__flex {
  display: flex;
  justify-content: space-between;
}

.event__button__interest2 {
  width: 83%;
  height: 31px;
  border-radius: 5px;
  background: #e2e6ea;
  /* display: block; */
  margin-right: 6px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  /* padding: 9px 0; */
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .event__button__interest {
    width: 86%;
  }
}
.event__button__interest2::before {
  content: "";
  width: 1.25em;
  height: 1.22em;
  display: inline-block;
  background: url(/assets/img/star_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.2rem;
  vertical-align: bottom;
  background-position: center;
}
.event__button__interest2::after {
  content: "";
  width: 1.25em;
  height: 1.22em;
  display: inline-block;
  background: url(/assets/img/black_lower\ Triangle_icon.svg) no-repeat;
  background-size: contain;
  margin-left: 7.5px;
  vertical-align: bottom;
  background-position: center;
  margin-top: 0.2rem;
}

.event__button__interest2 span {
padding-top: 1rem;
}

.event__button__rightArrow {
  width: 14.2%;
  border-radius: 5px;
  background: #e2e6ea;
  display: block;
  position: relative;
}
@media screen and (max-width: 480px) {
  .event__button__rightArrow {
    width: 12.75%;
  }
}

.rightArrow__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 8px 0;
}


/*------------------------------------
セクション end
------------------------------------*/
/*------------------------------------
セクション
------------------------------------*/
/*------------------------------------
セクション end
------------------------------------*/

/* ---- OS（Windows）ごとスタイル変更 ---- */
.win .eventSingle__info__link1 span {
  padding-top: 0rem;
}
.win .eventSingle__info__link2 {
  padding-top: 0.3rem;
}
.win .eventSingle__info__link2::before {
  margin-top: -0.4rem;
}
.win .tag {
  padding-top: 2.5px;
}
.win .participation__text {
  margin: 0 0 0 1rem;
}
.win .event__button__interest2 span {
  padding-top: 0.3rem;
}

/* my_event.html */
.page__myEventSingle__inner {
  padding: 2rem 0 7rem;
}
@media screen and (max-width: 480px) {
  .page__myEventSingle__inner {
    padding: 2rem 0 4rem;
  }
}

.page__myEventSingle__wrap {
  max-width: calc(810px + 8%);
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
}

.return {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .return {
    margin-bottom: 2.7rem;
  }
}
.fa-arrow-left {
  color: #4B4B4B;
  margin-right: 0.3rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.page__myEventSingle__mv {
  width: 100%;
  height: 264px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 2rem;
}

/* flex_wrap */
.page__myEventSingle__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page__myEventSingle__flex {
    flex-direction: column;
  }
}
/*------------------------------------
申込セクション
------------------------------------*/
.myEventSingle__flexItem1 {
  width: 59%;

}
@media screen and (max-width: 767px) {
  .myEventSingle__flexItem1 {
    width: 100%;
  }
}
/* インフォ */
.myEventSingle__info {
  width: 100%;
  padding: 3rem 2.2rem 4rem;
  margin-bottom: 2rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 480px) {
  .myEventSingle__info {
    padding: 2.2rem 1.5rem 4rem;
    margin-bottom: 3rem;
  }
}
/* タグツイート部分 */
.tag-tweet__layout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .tag-tweet__layout {
    margin-bottom: 2rem;
  }
}

.tag__flex {
  display: flex;
}

.tag {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 0.4rem;
  color: #fff;
  background-color: #2077BA;
  width: 7.7rem;
  height: 2.6rem;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  /* padding-top: 2.5px; */
  padding-top: 8.5px;
}

.tag:last-of-type {
  margin-right: 0;
}

.tweet {
  width: 8.7rem;
  height: 2.9rem;
  line-height: 2.9rem;
  color: #2077BA;
  border: 1px solid #2077BA;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 0.3rem;
}
@media screen and (max-width: 480px) {
  .tweet {
    display: none;
  }
}
/* タグツイート end */

.myEventSingle__info__title1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .myEventSingle__info__title1 {
    font-size: 1.6rem;
    margin-bottom: 4.5rem;
  }
}

/* リンクボタン */
.myEventSingle__info__linkFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .myEventSingle__info__linkFlex {
    margin-bottom: 4rem;
  }
}

.myEventSingle__info__link1 {
  width: 90%;
  height: 3.5rem;
  background-color: #E2E6EA;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .myEventSingle__info__link1 {
    width: 87.7%;
  }
}
.myEventSingle__info__link1::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  background: url(/assets/img/pen_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 0.4rem;
  vertical-align: bottom;
  background-position: center;
  margin-bottom: 0.3rem;
}

.myEventSingle__info__link1 span {
  padding-top: 1rem;
}

.myEventSingle__info__link2 {
  width: 8.05%;
  height: 3.5rem;
  background-color: #E2E6EA;
  border-radius: 5px;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 3.5rem;
  padding-top: 2px;
}
@media screen and (max-width: 480px) {
  .myEventSingle__info__link2 {
    width: 11.1%;
  }
}
/* リンクボタン end */
.myEventSingle__infoList {
  list-style: none;
  font-size: 1.4rem;
  margin-bottom: 1.7rem;
  padding: 0;
}
.bold {
  font-weight: bold;
}

.myEventSingle__infoList__name {
  margin-bottom: 1.3rem;
}
.myEventSingle__infoList__name::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  background: url(/assets/img/person_icon_1.svg) no-repeat;
  background-size: contain;
  margin-right: 1rem;
  /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}

.myEventSingle__infoList__calender {
  margin-bottom: 1.3rem;
  font-weight: 500;
}
.myEventSingle__infoList__calender::before {
  content: "";
  width: 1.65em;
  height: 1.45em;
  display: inline-block;
  background: url(/assets/img/calendar_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1rem;
   /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}
/* /withtalk */

.myEventSingle__infoList__address {
  margin-bottom: 1.3rem;
}
.myEventSingle__infoList__address::before {
  content: "";
  width: 1.1em;
  height: 1.7em;
  display: inline-block;
  background: url(/assets/img/map-pin_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.4rem;
  margin-left: 0.3rem;
   /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}

.myEventSingle__infoList__check {
  margin-bottom: 1.3rem;
}
.myEventSingle__infoList__check::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background: url(/assets/img/check_logo.svg) no-repeat;
  background-size: contain;
  margin-right: 1.1rem;
   /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}

.myEventSingle__infoList__yen {
  margin-bottom: 1.3rem;
}
.myEventSingle__infoList__yen::before {
  content: "";
  width: 1.15em;
  height: 1.4em;
  display: inline-block;
  background: url(/assets/img/yen_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.4rem;
  margin-left: 0.3rem;
   /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}
.myEventSingle__infoList__link {

}
.myEventSingle__infoList__link::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  background: url(/assets/img/link_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.25rem;
   /* vertical-align: bottom; */
  vertical-align: -5px;
  background-position: center;
}

.myEventSingle__info__title2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .myEventSingle__info__title2 {
    margin-bottom: 1.2rem;
  }
}

.myEventSingle__info__text {
  font-size: 1.2rem;
  line-height: 1.75;
}


/* 参加予定 */
.participation__wrap {
  margin-bottom: 2rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem 2rem 2.5rem 2.3rem;
}
@media screen and (max-width: 480px) {
  .participation__wrap {
    padding: 1.6rem 2.3rem 2.7rem;
  }
}

.participation__wrap:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .participation__wrap:last-of-type {
    margin-bottom: 2rem;
  }
}

.participation__title__flex {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 480px) {
  .participation__title__flex {
    margin-bottom: 2rem;
  }
}

.participation__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

.number {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 2rem;
}

.participation__item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.participation__img {
  width: 4rem;
  height: 4rem;
  margin: 0;
}
.participation__img img {
  width: 100%;
  height: 100%;
}

.participation__text {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 0 0.7rem;
  margin-top: 1rem;
}

.participation__mailLink {
  display: block;
  margin-left: auto;
}

/* .more {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  cursor: pointer;
} */
/*------------------------------------
申込セクション end
------------------------------------*/

/*------------------------------------
セクション
------------------------------------*/
.event__button__interest3 {
  width: 83%;
  /* height: 31px; */
  border-radius: 5px;
  background: #e2e6ea;
  display: block;
  margin-right: 6px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  padding: 9px 0;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .event__button__interest3 {
    width: 86%;
  }
}
.event__button__interest3::before {
  content: "";
  width: 1.25em;
  height: 1.22em;
  display: inline-block;
  background: url(/assets/img/star_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.2rem;
  /* vertical-align: bottom; */
  vertical-align: -2px;
  background-position: center;
  /* background: red; */
}
.event__button__interest3::after {
  content: "";
  width: 1.25em;
  height: 1.22em;
  display: inline-block;
  background: url(/assets/img/black_lower\ Triangle_icon.svg) no-repeat;
  background-size: contain;
  margin-left: 7.5px;
  /* vertical-align: bottom; */
  vertical-align: -4px;
  background-position: center;
}


.event__button__interest3 span {
  padding-top: 1rem;
  display: inline-block;
}


/*------------------------------------
セクション end
------------------------------------*/
/*------------------------------------
セクション
------------------------------------*/
/*------------------------------------
セクション end
------------------------------------*/

/* ---- OS（Windows）ごとスタイル変更 ---- */
.win .tag {
  padding-top: 2.5px;
}

.win .tweet {
  padding-top: 0;
}

.win .myEventSingle__info__link1 span {
  padding-top: 0rem;
}


.win .participation__text {
  margin: 0 0 0 0.7rem;
}

/* create_event.html */
.page__event-edit__inner {
  padding: 2.5rem 0 4.5rem;
}
@media screen and (max-width: 480px) {
  .page__event-edit__inner {
    padding: 2rem 0 6rem;
  }
}

.page__event-edit__wrap {
  max-width: calc(810px + 8%);
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
}

.return {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .return {
    margin-bottom: 2.7rem;
  }
}
.fa-arrow-left {
  color: #4B4B4B;
  margin-right: 0.3rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.page__event-edit__topTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 480px) {
  .page__event-edit__topTitle {
    display: none;
  }
}

.page__event-edit__pictureFile {
  opacity: 0;
}

.page__event-edit__mv {
  width: 100%;
  height: 264px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .page__event-edit__mv {
    height: 165px;
  }
}

.page__event-edit__mvTitle {
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #969696;
}

.page__event-edit__mvImage {
  display: flex;
  height: 264px;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .page__event-edit__mvImage {
    height: 165px;
  }
}

/*------------------------------------
入力エリアセクション
------------------------------------*/
.page__event-edit__inputArea {
  width: 100%;
  padding: 2.3rem 2rem 3.7rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 480px) {
  .page__event-edit__inputArea {
    padding: 2.2rem 1.5rem 3.6rem;
  }
}

.page__event-edit__inputTag {
  margin-bottom: 2.2rem;
}
.page__event-edit__inputTag ::placeholder {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    padding: 0;
  }
.page__event-edit__inputTag > input {
  font-size: 1.2rem;
  height: 1.7rem;
  width: 50%;
  padding: 0.6rem 0 0.4rem;
  border: none;
}
@media screen and (max-width: 480px) {
  .page__event-edit__inputTag > input {
    width: 80%;
  }
}

.page__event-edit__inputTitle {
  margin-bottom: 2rem;
}
.page__event-edit__inputTitle ::placeholder {
    font-size: 2rem;
    font-weight: bold;
    padding: 0;
    /* position: relative;
    top: -1rem; */
  }
.page__event-edit__inputTitle > input {
  font-size: 2rem;
  height: 3rem;
  width: 50%;
  padding: 0.6rem 0 0.4rem;
  border: none;
}
@media screen and (max-width: 480px) {
  .page__event-edit__inputTitle > input {
    width: 80%;
  }
}
/* 情報リスト */
/* プレースホルダー */
::placeholder {
  color: #969696;
  font-size: 1.4rem;
}
@media screen and (max-width: 1120px) {
  ::placeholder {
    font-size: 1.4rem;
  }
}

.event-edit__infoList ::placeholder {
  position: relative;
  top: 1px;
}

.event-edit__infoList__calender::placeholder {
  font-weight: 600;
}

@media screen and (max-width: 1120px) {
}
/* プレースホルダー end */

.event-edit__infoList {
  list-style: none;
  font-size: 1.4rem;
  margin: 3rem 0 1.5rem;
  padding: 0;
  display: block;
}
.event-edit__infoList input {
  border: none;
  width: 50%;
  padding: 0.5rem 0;
  margin: 0 1rem;
  font-family: auto;
}
@media screen and (max-width: 480px) {
  .event-edit__infoList input {
    width: 70%;
  }
}

.bold {
  font-weight: bold;
  padding-left: 0.5rem;
}

.event-edit__infoList__name {
  margin-bottom: 1.3rem;
  font-family: auto;
}
.event-edit__infoList__name::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  background: url(/assets/img/person_icon_1.svg) no-repeat;
  background-size: contain;
  margin-right: 1rem;
  vertical-align: bottom;
  background-position: center;
}

.event-edit__infoList__calender {
  margin-bottom: 1.3rem;
  font-weight: 500;
  font-family: auto;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .event-edit__infoList__calender input {
    font-size: .2em;
  }
}

.event-edit__infoList__calender::before {
  content: "";
  width: 3.65em;
  height: 1.45em;
  display: inline-block;
  background: url(/assets/img/calendar_icon.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position: center;
}

.event-edit__infoList__address {
  margin-bottom: 1.3rem;
  align-items: center;
}

.event-edit__infoList__address::before {
  content: "";
  width: 1.1em;
  height: 1.7em;
  display: inline-block;
  background: url(/assets/img/map-pin_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.45rem;
  margin-left: 0.3rem;
  vertical-align: middle;
  background-position: center;
}

@media screen and (max-width: 480px) {
  .event-edit__infoList__address::before {
    width: 1.6em;
    margin-right: .6rem;
    margin-left: 0;
  }
}

.event-edit__infoList__address select {
  font-family: auto;
  padding: .8rem;
}

.event-edit__infoList__video {
  margin-bottom: 1.3rem;
}
.event-edit__infoList__video::before {
  content: "";
  width: 1.45em;
  height: 1.7em;
  display: inline-block;
  background: url(/assets/img/video_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.2rem;
  vertical-align: top;
  background-position: center;
}

.event-edit__infoList__check {
  margin-bottom: 1.3rem;
  align-items: center;
}
.event-edit__infoList__check::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background: url(/assets/img/check_logo.svg) no-repeat;
  background-size: contain;
  margin-right: 1.15rem;
  vertical-align: middle;
  background-position: center;
  justify-items: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .event-edit__infoList__check::before {
    width: 2em;
    margin-right: .6rem;
  }
}
.event-edit__infoList__check .max__participants{
  width: 10rem;
}

.event-edit__infoList__check .max__participants__overlay {
  background-color: rgba(51, 51, 51, 0.35); /* オーバーレイの透明度を調整するには、最後の値を変更してください */

}

.event-edit__infoList__check .save__participants{
  width: 1rem;
}

.event-edit__infoList__check select {
  font-family: auto;
  padding: .8rem;
}

.event-edit__infoList__check label {
  padding-top: 1rem;
  padding-left: 0.5rem;
}

.event-edit__infoList__yen {
  margin-bottom: 1.3rem;
  align-items: center;
}
.event-edit__infoList__yen::before {
  content: "";
  width: 1.15em;
  height: 1.4em;
  display: inline-block;
  background: url(/assets/img/yen_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 1.45rem;
  margin-left: 0.2rem;
  vertical-align: middle;
  background-position: center;
}

@media screen and (max-width: 480px) {
  .event-edit__infoList__yen::before {
    width: 1em;
  }
}

.event-edit__infoList__link {
  margin-bottom: 1.3rem 0;
  align-items: center;
}
.event-edit__infoList__link::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  background: url(/assets/img/link_icon.svg) no-repeat;
  background-size: contain;
  margin-top: 1.4rem;
  margin-right: 1.25rem;
  vertical-align: top;
  background-position: center;
}

@media screen and (max-width: 480px) {
  .event-edit__infoList__link::before {
    width: 1.2em;
  }
}

.event-edit__infoList__detail {
  margin-bottom: 1.3rem;
}
.event-edit__infoList__detail::before {
  /* content: "";
  width: 1.15em;
  height: 1.4em;
  display: inline-block;
  background-size: contain;
  margin-right: 1.45rem;
  margin-left: 0.2rem;
  vertical-align: middle;
  background-position: center; */
}
/* 情報リスト end */
.event-edit__infoList__eventLabel {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: block;
}
.event-edit__infoList__eventLinks {
  font-size: 1.4rem;
  width: 90%;
  border: none;
  font-family: auto;
  resize: vertical;
  padding: 1rem;
}
@media screen and (max-width: 480px) {
  .event-edit__infoList__eventLinks {
    width: 84%;
  }
}
.event-edit__infoList__eventLinks::placeholder {
  font-size: 1.4rem;
  width: 50%;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 480px) {
  .event-edit__infoList__eventLinks::placeholder {
    width: 80%;
  }
}


.event-edit__infoList__eventInput {
  font-size: 1.4rem;
  width: 100%;
  border: none;
  padding: 1rem;
  resize: vertical;
}

@media screen and (max-width: 480px) {
  .event-edit__infoList__eventInput {
    width: 100%;
  }
}

.event-edit__infoList__button {
  width: 100%;
  height: 3.5rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  background-color: #2077BA;
  padding-top: 8px;
}

.event-edit__infoList__button__back {
  width: 100%;
  height: 3.5rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: solid;
  background-color: #fff;
  color: #2077BA;
  padding-top: 8px;
  margin: 1% 0;
}

/*------------------------------------
申込セクション end
------------------------------------*/

/*------------------------------------
セクション
------------------------------------*/


/*------------------------------------
セクション
------------------------------------*/


/*------------------------------------
セクション end
------------------------------------*/



/* ---- OS（Windows）ごとスタイル変更 ---- */
.win .event-edit__infoList__button {
  padding-top: 0px!important;
}
.win .event-edit__infoList__button__back {
  padding-top: 0px!important;
}

/*------------------------------------
create_event_new.html
------------------------------------*/
.page__create-event__inner {
  padding: 5.5rem 0 33rem;
}
@media screen and (max-width: 480px) {
  .page__create-event__inner {
    padding: 3.6rem 0 24rem;
  }
}

.page__create-event {
  max-width: calc(1120px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (max-width: 1180px) {
  .page__create-event {
      max-width: calc(700px + 8%);
      margin: 0 auto 6rem;
      padding: 0 4%;
  }
}

.page__create-event__mainTitle {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .page__create-event__mainTitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-only {
    display: block;
  }
}

.page__create-event__layout {
  padding: 0 2.6rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1180px) {
  .page__create-event__layout {
    justify-content: space-between;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .page__create-event__layout {
    flex-direction: column;
    padding: 0;
  }
}

/* カード部分 */
.page__create-event__card {
  width: 32.3%;
  height: fit-content;
  padding: 1rem;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1180px) {
  .page__create-event__card {
    /* flex-grow: 1; */
    width: 48%;
  }
  .page__create-event__card:last-of-type {
    /* flex-grow: 0; */
  }
}
@media screen and (max-width: 480px) {
  .page__create-event__card {
    width: 100%;
  }
}

.page__create-event__link {
  display: flex;
  justify-content: space-between;
}

.page__create-event__person {
  width: 5.4rem;
  height: 5.4rem;
  margin-right: 1.2rem;
  margin-bottom: 0;
}
.page__create-event__person > img {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.page__create-event__textBox {
  width: 26rem;
}
.page__create-event__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.7rem;
}
.page__create-event__text {
  font-size: 1rem;
  text-align: justify;
  margin-bottom: 0;
}
/* カード部分 */
/* @media screen and (max-width: 1120px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {

} */


.community_edit__infoList__button2 {
  width: 100%;
  height: 3.5rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  background-color: #2077BA;
  padding-top: 0.8rem;
  margin-top: 2rem;

}

.community_edit__infoList__button2:hover {
  color: #fff;
  background-color: #18598A;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.win .community_edit__infoList__button2 {
  padding-top: 0rem;
}

.select-styled {
color: #9A9A9A;
background-color: #ffffff;
padding: 1.8rem 4rem 1.8rem 4.7rem;

}
@media screen and (min-width: 1120px) {
  .select-styled {
    padding: 1.8rem 4rem 1.8rem 5.7rem;
  }
}


.select-styled::before {
  content: "";
  width: 1.65em;
  height: 1.45em;
  display: inline-block;
  /* background: url(/assets/img/calendar_icon.svg) no-repeat; */
  background-size: contain;
  margin-right: 0.5rem;
  vertical-align: bottom;
  background-position: center;
  position: absolute;
  top: 40%;
  left: -0.3rem;
  transform: translateY(-50%);
}
.select-styled:after {
  display: none;
}


.win .select-styled {
  padding: 1.8rem 4rem 1.8rem 5.7rem;
}
@media screen and (max-width: 1120px) {
  .win .select-styled {
    padding: 1.8rem 4rem 1.8rem 4.7rem!important;
  }
}

.hashtag__box2 {
  width: 100%;
  padding: 2.3rem 2rem 3.7rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 2rem;
}

/* ハッシュタグ */
.hashtag__title {
  font-family: auto;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1.4rem 0;
}
@media screen and (max-width: 480px) {
  .hashtag__title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.hashtag__list {
  margin-bottom: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .hashtag__list {
    margin-bottom: 1.4rem;
  }
}

.hashtag {
  padding: 0.8rem 0.5rem 0rem 0.5rem;
  border-radius: 3px;
  background-color: #F3F3F3;
  font-size: 1rem;
  display: inline-block;
}

.page__community_edit__inputTags {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 480px) {
  .page__community_edit__inputTags {
    margin-bottom: 1.5rem;
  }
}
.page__community_edit__inputTags ::placeholder {
    font-size: 2rem;
    font-weight: bold;
    color: #BFBFBF;
  }
  @media screen and (max-width: 480px) {
    .page__community_edit__inputTags ::placeholder {
      font-size: 1.4rem;
    }
  }
.page__community_edit__inputTags > input {
  font-size: 2rem;
  height: 3rem;
  width: 50%;
  padding: 0.6rem 0 0.4rem;
  border: none;
}
@media screen and (max-width: 480px) {
  .page__community_edit__inputTags > input {
    width: 90%;
    font-size: 1.4rem;
  }
}

/* ハッシュタグ end */

.buttom__select .select-styled {
  background: #e2e6ea;
    color: #222222;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem 0 0rem 4rem;
    margin-right: 1rem;
}

.buttom__select .select-styled::before {
  content: "";
  width: 1.25em;
    height: 1.22em;
  display: inline-block;
  background: url(/assets/img/star_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
  vertical-align: bottom;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .buttom__select .select-styled::before {
    top: 20px;
    left: 1.2rem;
    width: 1.25em;
    height: 1.22em;
  }
}


.buttom__select .select-styled:after {
  content: "";
  width: 1.07em;
  height: 0.8em;
  display: inline-block;
  background: url(/assets/img/black_lower\ Triangle_icon.svg) no-repeat;
  background-size: contain;
  /* margin-right: 0.5rem; */
  vertical-align: bottom;
  background-position: center;
  position: absolute;
  top: 50%;
  /* right: 10px; */
  right: 10%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .buttom__select .select-styled:after {
    width: 1.2em;
    height: 0.8em;
    right: 2rem;
  }
}

.buttom__select .select-styled:active:after,
.buttom__select .select-styled.active:after {
  transform: rotate(-180deg);
  top: 16px;
  /* border-color: transparent transparent #fff transparent; */
}

.buttom__select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #F0F2F5;
}

.buttom__select .select-options li {
  margin: 0;
  /* padding: 12px 0; */
  padding: 1.3rem 2rem;
  text-indent: 15px;
  border-top: 1px solid #F0F2F5;
  transition: all 0.15s ease-in;
  font-size: 1.2rem;
}

.buttom__select .select-options li:hover,
.buttom__select .select-options li.is-selected {
  color: #2077BA;
  background: #fff;
}

.buttom__select .select-options li[rel="hide"] {
  display: none;
}

/* ログイン時 */
.header__nav__sp__box2 {
  margin-top: 15rem;
}
/* .header__nav__sp__box2 ul {} */
.header__nav__sp__box2 li {
  list-style:none;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

    /* safariのみ */
@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .event__search__button  {
    padding-top: 0rem;
  }
}
@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .event__searchItem input {
    padding-top: 0rem;
  }
}

@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .tag  {
    padding-top: 0rem;
  }
}

@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .myEventSingle__info__link1 span  {
    padding-top: 0rem;
  }
}


@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .event-edit__infoList__button  {
    padding-top: 0rem;
  }
}

@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .event-edit__infoList__button__back  {
    padding-top: 0rem;
  }
}


@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .community_edit__infoList__button2 {
    padding-top: 0rem;
  }
}

/* 興味あり */
@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .buttom__select .select-styled {
    padding-top: 0.2rem;
  }
}

.event__button__flex {
  display: flex;
  justify-content: space-between;
}

.buttom__select .select-styled {
  background: #e2e6ea;
    color: #222222;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem 0 0rem 4rem;
    margin-right: 1rem;
}

.buttom__select .select-styled::before {
  content: "";
  width: 1.25em;
    height: 1.22em;
  display: inline-block;
  background: url(/assets/img/star_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
  vertical-align: bottom;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .buttom__select .select-styled::before {
    top: 20px;
    left: 1.2rem;
    width: 1.25em;
    height: 1.22em;
  }
}


.buttom__select .select-styled:after {
  content: "";
  width: 1.07em;
  height: 0.8em;
  display: inline-block;
  background: url(/assets/img/black_lower\ Triangle_icon.svg) no-repeat;
  background-size: contain;
  /* margin-right: 0.5rem; */
  vertical-align: bottom;
  background-position: center;
  position: absolute;
  top: 50%;
  /* right: 10px; */
  right: 10%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .buttom__select .select-styled:after {
    width: 1.2em;
    height: 0.8em;
    right: 2rem;
  }
}

.buttom__select .select-styled:active:after,
.buttom__select .select-styled.active:after {
  transform: rotate(-180deg);
  top: 16px;
  /* border-color: transparent transparent #fff transparent; */
}

.buttom__select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #F0F2F5;
}

.buttom__select .select-options li {
  margin: 0;
  /* padding: 12px 0; */
  padding: 1.3rem 2rem;
  text-indent: 15px;
  border-top: 1px solid #F0F2F5;
  transition: all 0.15s ease-in;
  font-size: 1.2rem;
}

.buttom__select .select-options li:hover,
.buttom__select .select-options li.is-selected {
  color: #2077BA;
  background: #fff;
}

.buttom__select .select-options li[rel="hide"] {
  display: none;
}


/* 興味あり */
@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .buttom__select .select-styled {
    padding-top: 0.2rem;
  }
}

/* セレクトボックス */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #212529;
  width: 100%;
  height: 5rem;
}
@media screen and (max-width: 1120px) {
  .select {
    height: 4rem;
  }
}

.select-styled {
  /* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 8px 15px 8px 4rem;
  transition: all 0.2s ease-in;
  border-radius: 6px;
  height: 100%;
  /* padding: 1.8rem 4rem; */
  padding: 2.8rem 4rem 1.8rem 4rem;
  line-height: 1;
}
@media screen and (max-width: 1120px) {
  .select-styled {
    background-color: #F0F2F5;
  }
}
@media screen and (max-width: 480px) {
  .select-styled {
    background-color: #F0F2F5;
    font-size: 1.4rem;
    /* padding: 1.8rem 3.3rem; */
  }
}

.select-styled::before {
  content: "";
  width: 0.7em;
  height: 1.1em;
  display: inline-block;
  background: url(/assets/img/map-pin_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
  vertical-align: bottom;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .select-styled::before {
    top: 23px;
    left: 1.2rem;
    width: 0.8em;
    height: 1.1em;
  }
}

.select-styled:after {
  content: "";
  width: 1.07em;
  height: 0.8em;
  display: inline-block;
  background: url(/assets/img/arrow-forward_icon.svg) no-repeat;
  background-size: contain;
  /* margin-right: 0.5rem; */
  vertical-align: bottom;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .select-styled:after {
    width: 1.2em;
    height: 0.8em;
    right: 12px;
  }
}

.select-styled:active:after,
.select-styled.active:after {
  transform: rotate(-180deg);
  top: 16px;
  /* border-color: transparent transparent #fff transparent; */
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #F0F2F5;
}

.select-options li {
  margin: 0;
  /* padding: 12px 0; */
  padding: 1.3rem 2rem;
  text-indent: 15px;
  border-top: 1px solid #F0F2F5;
  transition: all 0.15s ease-in;
}

.select-options li:hover,
.select-options li.is-selected {
  color: #2077BA;
  background: #fff;
}

.select-options li[rel="hide"] {
  display: none;
}

.page__community_edit__inputTags {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 480px) {
  .page__community_edit__inputTags {
    margin-bottom: 1.5rem;
  }
}
.page__community_edit__inputTags ::placeholder {
    font-size: 2rem;
    font-weight: bold;
    color: #BFBFBF;
    padding: 0;
  }
  @media screen and (max-width: 480px) {
    .page__community_edit__inputTags ::placeholder {
      font-size: 1.4rem;
    }
  }
.page__community_edit__inputTags > input {
  font-size: 2rem;
  height: 3rem;
  width: 50%;
  padding: 0.6rem 0 0.4rem;
  border: none;
}
@media screen and (max-width: 480px) {
  .page__community_edit__inputTags > input {
    width: 90%;
    font-size: 1.4rem;
  }
}

/* ハッシュタグ end */
/* 選択中のタグ */
.selection__tags {
  margin-bottom: 1.7rem;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 480px) {
  .selection__tags {
    margin-bottom: 2.4rem;
  }
}

.selection__tags__title {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.selection__tag__flex {
  margin-bottom: 1rem;
  display: flex;
}

.selection__tag {
  /* padding: 0.3rem 0.5rem; */
  padding: 0.8rem 0.5rem 0rem 0.5rem;
  border-radius: 3px;
  background-color: #F3F3F3;
  font-size: 1rem;
  margin-right: 1rem;
}
/* 選択中のタグ end */

/*------------------------------------
イベント詳細モーダル
------------------------------------*/
.event__detail__modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.event__detail__modal__content {
  background-color: #fefefe;
  margin: 20% auto;
  padding: 20px 20px 32px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 60%;
}
.event__detail__modal__content__msg {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 4rem;
  padding: 0 0 1rem;
  font-family: auto;
}
.event__detail__modal__content__flexItem {
  display: flex;
  justify-content: center;

}
.event__detail__modal__content__flexItem__button {
  width: 50%;
  background-color: #2077BA;
  color: #fff;
  border-radius: 6px;
  font-size: 1.4rem;
  margin: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3.5rem;
  height: 3.5rem;
  font-family: auto;
}
.event__detail__modal__content__flexItem__button:hover {
  background-color: #E2E6EA;
  transition: .3s;
}
.eventSingle__info__link1 span {
padding-top: 1rem;
}
.event__detail__modal__content__close {
  justify-content: right;
}

.event__detail__modal__close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.event__detail__modal__close:hover,
.event__detail__modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .event__detail__modal__content {
    max-width: 80%;
  }
  .event__detail__modal__content__flexItem {
    justify-content: space-evenly;
  }
  .event__detail__modal__content__flexItem__button {
    margin: 0 1rem;
    width: 72%;
  }
}
@media (max-width: 480px) {
  .event__detail__modal__content {
    max-width: 90%;
  }
}



/*------------------------------------
- v7.1追加
------------------------------------*/


/*------------------------------------
1on1レコメンデーション
------------------------------------*/
.dmRecommendation__page__inner {
  padding: 5.5rem 0 4rem;
  
}

.dmRecommendation__page__titleSection {
  max-width: calc(1120px + 8%);
  margin: 0 auto 4rem;
  padding: 0 4%;
}
@media screen and (max-width: 1120px) {
  .dmRecommendation__page__titleSection {
    max-width: calc(700px + 8%);
    margin: 0 auto 4rem;
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .dmRecommendation__page__titleSection {
    max-width: calc(345px + 8%);
    margin: 0 auto 2rem;
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
  }
}

.dmRecommendation__page__sectionTitle {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .dmRecommendation__page__sectionTitle {
    font-size: 2rem;
  }
}


/*  */
.dmRecommendation__page {
  justify-content: space-between;
  max-width: calc(1120px + 8%);
  margin: 0 auto 7rem;
  padding: 0 4%;
}
@media screen and (max-width: 1120px) {
  .dmRecommendation__page {
      max-width: calc(700px + 8%);
      margin: 0 auto 7rem;
      padding: 0 4%;
      flex-direction: column;
  }
}

.dmRecommendation__layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 144px; */
  gap: 18px;
}
@media screen and (max-width: 1120px) {
  .dmRecommendation__layout {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      /* grid-template-rows: 144px; */
      gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .dmRecommendation__layout {
      grid-template-columns: 1fr 1fr;
      /* grid-template-rows: 144px; */
      gap: 18px;
  }
}
@media screen and (max-width: 480px) {
  .dmRecommendation__layout {
      display: grid;
      grid-template-columns: 1fr;
      /* grid-template-rows: 144px; */
      gap: 18px;
  }
}

/*------------------------------------
1on1レコメンデーション end 
------------------------------------*/
/*------------------------------------
ゲスト参加申し込み
------------------------------------*/

.form-company-inner {
  font-family: Noto Sans JP; 
}
.name-form.-name {
  text-align: left!important;
  margin-bottom: 0px!important;
}
.form-label.-company {
  text-align: left!important;
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
.event-guest-reg-input-flex-wrap {
  display: block;
  margin-bottom: 50px;
  margin-top: 0;
  margin-left: 145px!important;
}
@media screen and (max-width: 768px) {
  .event-guest-reg-input-flex-wrap {
    margin-left: 0!important;
  }
}
.form-flex {
  margin-top: 32px!important;
  margin-bottom: 0px!important;
}
.form-flex:first-of-type {
  margin-top: 0px!important;
}

.form-signin.-company input[type="email"] {
  margin-bottom: 0px!important;
}
.confirm-btn {
  max-width: 400px!important;
  padding: 23px 8px 18px 8px;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .pc__only {
    display: none;
  }
}
.event-guest-reg-input-flex-wrap {
  margin-top: 15px;
}
