@charset "utf-8";
/* == 全体共通====== */
.page_block,
#profile {
  /* border-radius: 15px; */
}

.page_block {
  /* -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); */
}

.mypage .main_article .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding: 5px 40px 5px 20px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1.2;
}

.att_txt {
  position: relative;
  font-weight: bold !important;
  font-weight: 700 !important;
  text-align: center;
  color: #002e76;
  background-color: #d5deea;
  padding: 10px 15px;
}

.page_block_title {
    background: #100c45;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    margin: 50px 0 30px;
}

#conference .page_block_title {
    background: #21a8f2;
}
#favorite .page_block_title {
    background: #33b181;
}
#meeting .page_block_title {
    background: #e09d37;
}


.c_right {
    text-align: right;
}

.c-button--mini {
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .att_txt {
    text-align: left;
  }
}

@media screen and (max-width: 540px) {
  .att_txt {
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    /* margin-bottom: -20px; */
  }
}

@media screen and (max-width: 480px) {
  .l-1column-contents {
      margin-top: 0;
  }
}

/* ページ内アンカーリンク用 */
.nav_anc ol {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.ax_area+.nav_anc,
.partners_area+.nav_anc,
.next_area+.nav_anc{
  margin-top: 2em;
}

.nav_anc li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 5px 28px 3px 15px;
  color: #fff;
  /* border: 1px solid #c2c7ef; */
  /* background-color: #fff; */
  border-radius: 100px;
  position: relative;
  transition: all 400ms ease;
  font-weight: 700;
  font-size: 0.85rem;
}

.nav_anc li a:hover {
  background-color: #c2c7ef;
  color: #fff;
}

.nav_anc li a::after {
    content: '';
    color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: '\f107';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.c-button.mini

/*=======nav_anc=======*/
.nav_anc {
  margin-top: 0px;
}

.nav_anc.nav_page_fixed {
  position: fixed;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 500;
}

.nav_anc ol {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav_anc ol li {
  width: 32.5%;
}
.nav_anc ol li a {
  width: 100%;
}

.nav_anc ol li.item.item_conference a {
    background: #21a8f2;
}

.nav_anc ol li.item.item_favorite a {
    background: #33b181;
}

.nav_anc ol li.item.item_meeting a {
    background: #e09d37;
}


@media screen and (max-width: 940px) {
  .nav_anc ol li {
    width: 48.5%;
  }
}

@media screen and (max-width: 440px) {
  .nav_anc ol li {
    width: 100%;
  }
}

.nav_anc ol li .material-icons-round {
  font-size: 16px;
  padding-right: 5px;
  padding-top: 2px;
  vertical-align: middle;
}

/* ======== */

/* ======== */

#profile {
  margin-top: 30px;
  background-color: #e7ebef;
  padding: 30px;
}

#profile h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

#profile h3 .material-icons-round {
  font-size: 23px;
  vertical-align: bottom;
}

.profile_cont {
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile_cont figure {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}

.profile_cont figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.profile_cont dl {
  width: calc(100% - 180px);
}

.profile_name {
  font-weight: bold !important;
  font-weight: 700 !important;
  font-size: 1.3em;
}

.profile_name span {
  display: block;
  font-size: 0.75em;
}

.profile_cont dd {
  font-weight: bold !important;
  font-weight: 700 !important;
  font-size: 1.1em;
  margin-top: 0.5em;
}

.profile_com {
}

.profile_pos {
}

#profile .flex_unit {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#profile .flex_unit li {
  margin-top: 0.5em;
}

#profile .flex_unit li + li {
  /* margin-left: 10px; */
}

@media screen and (max-width: 767px) {
  .profile_cont figure {
    width: 120px;
    height: 120px;
  }

  .profile_cont dl {
    width: calc(100% - 130px);
  }
}

@media screen and (max-width: 540px) {
  .profile_cont {
    display: block;
  }

  .profile_cont figure {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .profile_name {
    font-size: 1.2em;
  }

  .profile_cont dl {
    width: 100%;
    margin-top: 20px;
  }

  #profile .flex_unit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1em;
  }

  #profile .flex_unit li {
    width: 100%;
  }

  #profile .flex_unit li + li {
    margin-left: 0%;
  }

  .mypage .main_article #profile .btn {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  #profile{
    padding: 20px;
  }
}

/* パーツ */
.no_data {
  margin-top: 1.5em;
  color: #777;
  font-weight: 700;
}

/* =セッションリスト=== */

.list_conference > li {
  border-bottom: 1px solid #e3e3e3;
}

.list_conference > li:first-of-type {
  border-top: 1px solid #e3e3e3;
}

.list_conference > li:nth-child(odd) {
  background-color: #f4f4f4;
}

.session_detail,
.session_detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.session_detail {
  padding: 10px;
}

.session_period,
.session_id {
  width: auto;
  padding-right: 2%;
}

.session_location {
  /* width: 30%; */
}

.session_detail .sub_title {
  display: inline-block;
  color: #666;
  padding-right: 0.5em;
  font-size: 11px;
}

.session_title {
  width: calc(100% - 180px);
}

.session_title .sub_title {
  display: block;
}

.session_title a {
  /* color: var(--conf); */
  text-decoration: underline;
  line-height: 1.5;
  font-size: 1rem;
}

.session_detail > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding-top: 10px;
}

.session_category {
  width: 100%;
}

.session_category li a,
.session_category li p {
  display: block;
  padding: 0px 9px;
  color: var(--conf);
  border: 1px solid var(--conf);
  border-radius: 50px;
  background-color: #fff;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.mypage .main_article .session_cancel {
  width: 180px;
}

.mypage .main_article .session_cancel .btn {
  font-size: 11px;
  margin-right: 0;
}

.session_cancel .btn span {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 840px) {
  .session_detail > li {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mypage .main_article .session_cancel,
  .session_title {
    width: 100%;
  }

  .mypage .main_article .session_cancel .btn span {
    display: inline-block;
  }
}

.list_favorite figure,
.list_meeting figure {
  width: 150px;
  /* height: 150px; */
  /* overflow: hidden; */
  /* position: relative; */
  /* background: rgba(255, 255, 255, 0.9); */
}

.list_favorite figure img,
.list_meeting figure img {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* -webkit-transform: translate(-50%, -50%); */
  -ms-transform: translate(-50%, -50%);
  -o-object-fit: contain;
  /* object-fit: contain; */
  /* height: 100%; */
}

.list_favorite li,
.list_meeting li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #b5b5b5;
  align-items: center;
}

.list_meeting > li:last-of-type,
.list_favorite > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.list_meeting li dl,
.list_favorite li dl {
  width: calc(100% - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#main .meeting_com,
#main .favorite_com {
  width: 100%;
}

#main .meeting_com h5,
#main .favorite_com h5 {
  margin-top: 0em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .list_favorite figure,
  .list_meeting figure {
    width: 100px;
    /* height: 100px; */
  }

  .list_meeting li dl,
  .list_favorite li dl {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 500px) {
  .list_favorite li figure, .list_meeting figure{
    width: 50%;
    margin: auto;
  }

  .list_meeting li dl,
  .list_favorite li dl {
    width: 100%;
  }
}

.advanced {
  color: #003894;
}


/*.online {
  color: #009de6;
}*/

.favorite_cat.online span,
.favorite_cat.online + .favorite_cat span {
  background-color: #009de6;
}

/*--------------------------------------*/

.favorite_cat {
  font-weight: 700 !important;
}

.favorite_cat span {
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.1em 0.5em;
  margin-right: 5px;
  background: #55aade;
}

.favorite_news {
  width: 100%;
  margin-top: 0.8em;
  background-color: #f5f8fa;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 0.8em;
}

#main .favorite_news h6,
.favorite_news p {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .favorite_cat {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*--------------------------------------*/

.list_meeting li dd {
  font-weight: 700 !important;
}

.meeting_date {
  width: 100%;
  /* font-size: 22px; */
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .meeting_date {
    margin-top: 0.5em;
  }
}

.meeting_place {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700 !important;
  color: #919191;
}
.list_meeting .meeting_place {
  margin-left: 10px;
}

p.meeting_place {}

.meeting_place span {
  font-size: 18px;
  margin-left: 5px;
  color: #000;
}

.meeting_com_link {
  width: 100%;
}

.mypage .main_article .meeting_com_link .btn {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .mypage .main_article .meeting_com_link .btn {
    margin-right: auto;
    margin-left: 0;
  }
}

.meeting_label {
  display: inline-block;
  padding: 5px;
  position: relative;
  color: #fff;
}

.meeting_label.reserved {
  background: #04604a;
}

.meeting_label.progress {
  background: #710433;
}
.meeting_label.cancel {
  background: #043c71;
}

.favorite_cat.audio span {
  background: #03918c;
}
.favorite_cat.entertainment span {
  background: #6b4994;
}
.favorite_cat.creation span {
  background: #1678b8;
}
.favorite_cat.media span {
  background: #e17b01;
}


.sort_box {
    background: #edfff8;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.sort_box dl {
    display: flex;
    align-items: center;
}

.sort_box dl dt {
    font-size: 0.7rem;
}

.sort_box dl dd {
    margin-left: 10px;
}

.sort_box dl dd .c-select__item {
    border: 1px solid #e0e0e0;
    width: auto;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 100px;
    background: #fff;
}
.sort_box a.c-button {
    background: #fff;
    border: 1px solid #e0e0e0;
    font-size: 0.7rem;
    padding-right: 10px;
}

.sort_box a.c-button .sort-icon {
    font-size: 0.7rem;
}

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

  .sort_box dl dt {
      width: 100%;
  }

  .sort_box dl {
      flex-wrap: wrap;
  }

  .sort_box dl dd {
      margin-left: 0;
      margin-right: 10px;
      margin-top: 10px;
  }

}