@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;
}

@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;
  }
}

/*=======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%;
}

@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%;
  }
}

/* パーツ */
.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;
}

.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;
}

.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 {
    width: 50%;
    margin: auto;
  }

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

.advanced {
  color: #003894;
}

.favorite_cat.advanced span,
.favorite_cat.advanced + .favorite_cat span {
  background-color: var(--ceatecblue);
}

.general {
  color: var(--general);
}

.favorite_cat.general span,
.favorite_cat.general + .favorite_cat span {
  background-color:  var(--general);
}

.partners {
  color: var(--partners);
}

.favorite_cat.partners span,
.favorite_cat.partners + .favorite_cat span {
  color: #000;
  background-color: var(--partners);
}
.next,
.startup {
  color: var(--next);
}

.favorite_cat.next span,
.favorite_cat.next + .favorite_cat span,
.favorite_cat.startup span,
.favorite_cat.startup + .favorite_cat span {
  background-color: var(--next);
}

.global {
  color: var(--global);
}

.favorite_cat.global span,
.favorite_cat.global + .favorite_cat span {
  background-color: var(--global);
}

.ai {
  color: var(--ai);
}

.favorite_cat.ai span,
.favorite_cat.ai + .favorite_cat span {
  background-color: var(--ai);
}

.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;
}

.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;
}

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

.meeting_place {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 700 !important;
}

.meeting_place span {
  font-size: 18px;
}

.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: 0.3em 1em 0.2em 2.5em;
  position: relative;
  color: #fff;
}

.meeting_place::before,
.meeting_label::before {
  left: 10px;
  top: 50%;
  width: 22px;
  height: 22px;
  font-size: 22px;
  display: inline-block;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}

.meeting_place::before {
  left: 0;
  content: "place";
}

.meeting_label_reservation {
  background: #04604a;
}

.meeting_label_reservation::before {
  content: "check_circle";
}

.meeting_label_application {
  background: #710433;
}

.meeting_label_application::before {
  content: "more";
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
