@charset "UTF-8";
.in_knock_mg {
  margin: 0 1em;
}
@media screen and (max-width: 559px) {
  .in_knock_mg {
    margin: 0 0.5em;
  }
}

.headline_h202 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#dee5f0));
  background-image: linear-gradient(180deg, #f5f7fa 0%, #dee5f0 100%);
}

.raep_title_bg {
  padding: 50px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#c3cfe2));
  background-image: linear-gradient(180deg, #f5f7fa 0%, #c3cfe2 100%);
}
@media screen and (max-width: 599px) {
  .raep_title_bg {
    padding: 30px 0;
  }
}
.raep_title_bg .title {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.raep_title_bg .title .sub {
  line-height: 1.25;
  font-size: 1.25em;
  font-weight: bold;
}
.raep_title_bg .title h2 {
  text-align: center;
}
.raep_title_bg .title h2 img {
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 599px) {
  .raep_title_bg .title .sub {
    font-size: 1.25em;
  }
  .raep_title_bg .title .sub span {
    display: block;
  }
}

.intro p {
  font-size: 1.125em;
  line-height: 1.75;
}
.intro p span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .intro p {
    font-size: 1em;
    line-height: 1.75;
  }
  .intro p span {
    display: inline;
    text-align: left;
  }
}
.intro p + p {
  margin-top: 0.75em;
}

.c_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 0;
}
.c_anchor li {
  margin: 0 1px;
}
.c_anchor li a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(180deg, #555 0%, #000 100%);
  border-radius: 6px;
  color: #fff;
  padding: 1.25em 0;
  text-align: center;
  font-size: 1em;
}
.c_anchor li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#333));
  background: linear-gradient(180deg, #888 0%, #333 100%);
}
.c_anchor li.offtype_block a {
  background: #999;
}
@media screen and (min-width: 560px) {
  .c_anchor li {
    width: 12em;
  }
  .c_anchor li a {
    padding: 1em 0;
  }
}
@media screen and (max-width: 559px) {
  .c_anchor li {
    width: calc(33.33% - 3px);
  }
  .c_anchor li a {
    font-size: 0.875em;
    padding: 1em 0;
  }
}
@media screen and (max-width: 349px) {
  .c_anchor li a {
    font-size: 0.8125em;
  }
}

.r_anchor {
  margin-top: -90px;
  padding-top: 90px;
}

.sec_raep {
  margin: 0 0 5em;
}
.sec_raep:last-child {
  margin-bottom: 0;
}
.sec_raep h2 {
  margin-bottom: 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, from(#556), to(#000));
  background: linear-gradient(180deg, #556 0%, #000 100%);
  color: #fff;
  font-size: 1.25em;
  padding: 0.5em;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .sec_raep h2 span {
    display: none;
  }
}
.sec_raep ul.conf_list {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  .sec_raep ul.conf_list {
    margin-top: 1em;
  }
}
.sec_raep ul.conf_list li {
  width: 100%;
  margin: 0 auto 1em;
}
.sec_raep ul.conf_list li .summary {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px;
}
.sec_raep ul.conf_list li .summary .ins {
  width: 100%;
  height: 100%;
  padding: 1em;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background-image: linear-gradient(180deg, #fdfbfb 0%, #ebedee 100%);
  position: relative;
}
.sec_raep ul.conf_list .num_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sec_raep ul.conf_list .num_date .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #888;
  border-radius: 3px;
  color: #fff;
  padding: 0.25em 0.75em;
  font-size: 0.8125em;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1.5;
}
.sec_raep ul.conf_list .num_date .date {
  font-size: 1em;
  line-height: 1.375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_raep ul.conf_list .num_date .date span {
  display: block;
  margin-right: 1em;
}
.sec_raep ul.conf_list .title_set {
  margin: 1em 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.sec_raep ul.conf_list .title_set .category {
  font-size: 1em;
  margin-bottom: 0.25em;
}
.sec_raep ul.conf_list .title_set .title {
  font-size: 1.25em;
  line-height: 1.3125;
}
.sec_raep ul.conf_list .title_set .title a {
  color: #000;
}
.sec_raep ul.conf_list .title_set .title a:hover {
  color: #666;
}
.sec_raep ul.conf_list .title_set .sponcer {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_raep ul.conf_list .title_set .sponcer span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0.5em;
  border: 1px solid #000;
  background: #fff;
  border-radius: 3px;
  margin-right: 0.5em;
  font-size: 13px;
}
@media screen and (max-width: 559px) {
  .sec_raep ul.conf_list .title_set {
    padding: 0.5em 0;
  }
  .sec_raep ul.conf_list .title_set .category {
    margin-bottom: 0.25em;
  }
}
.sec_raep ul.conf_list .personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec_raep ul.conf_list .personal .ph {
  width: 120px;
  background: #eee;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
}
.sec_raep ul.conf_list .personal .ph img {
  width: 100%;
}
.sec_raep ul.conf_list .personal .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0em;
}
.sec_raep ul.conf_list .personal .data p + p {
  margin-top: 0.25em;
}
.sec_raep ul.conf_list .personal .data p {
  line-height: 1.375;
}
.sec_raep ul.conf_list .personal .data p.com {
  font-size: 1em;
}
.sec_raep ul.conf_list .personal .data p.post {
  font-size: 1em;
}
.sec_raep ul.conf_list .personal .data p.name {
  font-weight: bold;
  font-size: 1.125em;
  margin-top: 0.375em;
}
.sec_raep ul.conf_list .personal .data p.name:after {
  content: "氏";
  font-size: 70%;
  margin-left: 0.5em;
}
@media screen and (max-width: 559px) {
  .sec_raep ul.conf_list .personal .ph {
    width: 100px;
  }
  .sec_raep ul.conf_list .personal .data {
    padding: 0;
  }
}
.sec_raep ul.conf_list .personal + .personal {
  margin-top: 10px;
}
.sec_raep ul.conf_list .guest {
  margin-top: 1.5em;
}
.sec_raep ul.conf_list .guest p {
  font-weight: bold;
}
.sec_raep ul.conf_list .guest ul {
  margin-top: 0.5em;
  margin-left: 1.25em;
  list-style-type: disc;
}
.sec_raep ul.conf_list .guest ul li {
  margin-bottom: 0;
  padding: 0.125em 0;
  width: 100%;
  font-size: 0.9125em;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .sec_raep ul.conf_list .padding_div {
    padding-bottom: 3.5em;
  }
}
@media screen and (max-width: 599px) {
  .sec_raep ul.conf_list .padding_div {
    padding-bottom: 1em;
  }
}
.sec_raep ul.conf_list .to_sessions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 600px) {
  .sec_raep ul.conf_list .to_sessions {
    position: absolute;
    bottom: 1em;
    width: calc(100% - 2em);
  }
}
@media screen and (max-width: 599px) {
  .sec_raep ul.conf_list .to_sessions {
    position: static;
    bottom: 0;
  }
}
.sec_raep ul.conf_list .to_sessions a {
  font-size: 1em;
  border-radius: 2em;
  padding: 0.5em 2em;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  color: #fff;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
  background: linear-gradient(to bottom, #999 0%, #666 100%);
}
.sec_raep ul.conf_list .to_sessions a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#777));
  background: linear-gradient(to bottom, #aaa 0%, #777 100%);
}
.sec_raep ul.conf_list .to_sessions a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}
.sec_raep ul.conf_list .to_sessions a.undecided {
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
  background: linear-gradient(to bottom, #ccc 0%, #ccc 100%);
  pointer-events: none;
}
.sec_raep .ex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5em;
}
.sec_raep .ex_wrap > div {
  margin-top: 1em;
}
.sec_raep .ex_wrap > div.map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  margin-right: 1em;
}
.sec_raep .ex_wrap > div.list_area {
  width: 70%;
}
@media screen and (max-width: 1059px) {
  .sec_raep .ex_wrap > div.map, .sec_raep .ex_wrap > div.list_area {
    width: 100%;
  }
  .sec_raep .ex_wrap > div.map {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 400px;
    margin: 1em auto;
  }
}
.sec_raep .ex_wrap .map {
  background: #eee;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_raep .ex_wrap .map img {
  width: 100%;
}
.sec_raep .ex_wrap .list_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_raep .ex_wrap .list_area ul li {
  margin: 0 5px;
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0.5em;
}
@media screen and (max-width: 899px) {
  .sec_raep .ex_wrap .list_area ul li {
    width: 100%;
  }
}
.sec_raep .ex_wrap .list_area ul li.ex {
  display: block;
}
.sec_raep .ex_wrap .list_area ul li.ex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_raep .ex_wrap .list_area ul li.ex > div + div {
  margin-top: 5px;
}
.sec_raep .ex_wrap .list_area ul li p.booth {
  width: 4em;
  text-align: center;
  background: #888;
  color: #fff;
  padding: 0.25em 0;
  font-size: 0.75em;
  margin-right: 0.75em;
}
.sec_raep .ex_wrap .list_area ul li p.name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875em;
  line-height: 1.5;
}
.sec_raep .ex_wrap .list_area ul li.bt {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 899px) {
  .sec_raep .ex_wrap .list_area ul li.bt {
    border-top: 0;
  }
}
.sec_raep .ex_wrap .list_area ul li a {
  color: #333;
  font-weight: bold;
}
.sec_raep .ex_wrap .list_area ul li a:hover {
  color: #999;
}
.sec_raep .ex_wrap .list_area ul li a.nolink {
  pointer-events: none;
  color: #999;
  font-weight: normal;
}
.sec_raep ul.sponsorList {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_raep ul.sponsorList li {
  width: calc((100% - 4em) / 4);
  margin: 0.5em;
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_raep ul.sponsorList li {
    width: calc((100% - 0.5em) / 2);
    margin: 0.125em;
  }
}
.sec_raep ul.sponsorList li a {
  display: block;
  color: #333;
}
.sec_raep ul.sponsorList li a:hover {
  opacity: 0.9;
}
.sec_raep ul.sponsorList li:empty {
  border: none;
}
.sec_raep ul.sponsorList .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 0.875em;
  margin-bottom: 1em;
}
.sec_raep ul.sponsorList .logo img {
  width: 100%;
}
.sec_raep ul.sponsorList .name {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-bottom: 0.75em;
  font-size: 1em;
  font-weight: bold;
}
.sec_raep ul.sponsorList .booth_session {
  margin-top: 3px;
}
.sec_raep ul.sponsorList .booth_session .ins {
  border: 1px solid #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_raep ul.sponsorList .booth_session p {
  text-align: center;
  font-size: 0.75em;
  width: 50%;
}
.sec_raep ul.sponsorList .booth_session p.bf {
  padding: 0 0.5em;
}
.sec_raep ul.sponsorList .booth_session p.n {
  color: #fff;
}
.sec_raep ul.sponsorList .booth_session p.n a {
  padding: 6px 0.5em;
  color: #fff;
  background: #888;
}
.sec_raep ul.sponsorList .booth_session p.n a:hover {
  background: #aaa;
}
.sec_raep ul.sponsorList .booth_session p.n a.ntn {
  pointer-events: none;
  background: #888;
}
.sec_raep ul.sponsorList .booth_session p.t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_raep ul.sponsorList .booth_session p.t2 a {
  width: 50%;
}

.tableSet_raep {
  border-top: 1px solid #ccc;
}
.column_a01 .tableSet_raep {
  margin-bottom: 5em;
}
.tableSet_raep th, .tableSet_raep td {
  border-bottom: 1px solid #ccc;
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1.5;
}
.tableSet_raep th {
  width: 12em;
  background: #eee;
}
.tableSet_raep td ul li {
  padding: 0.125em 0;
}
.tableSet_raep td.omit_br br {
  display: block;
}
@media screen and (max-width: 1199px) {
  .tableSet_raep td.omit_br br {
    display: none;
  }
}
.tableSet_raep td span.ex_days {
  -webkit-text-decoration: line-through #f00;
          text-decoration: line-through #f00;
  display: block;
  margin-top: 0.5em;
  color: #999;
}
.tableSet_raep td .detail {
  margin-top: 0.25em;
  color: #f00;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .tableSet_raep {
    border-top: none;
  }
  .tableSet_raep th, .tableSet_raep td {
    border: 0;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0.875rem;
  }
  .tableSet_raep th {
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 0.25em 0;
  }
  .tableSet_raep th br {
    display: none;
  }
  .tableSet_raep td {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #ccc;
  }
  .tableSet_raep tr:last-child td {
    border: 0;
  }
}
ul.target_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.target_f li {
  font-size: 1em;
  line-height: 1.5;
  margin-right: 1em;
  padding: 0.375em 0;
}
ul.target_f li:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}
ul.target_f li .svg-inline--fa {
  color: #999;
  margin-right: 0.125em;
}

.bottom_button_visit_reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5em 0;
}
.bottom_button_visit_reservation a {
  display: block;
  background: #ef5c4e;
  color: #fff;
  padding: 1em 2em;
  font-size: 1.25em;
  border-radius: 3.25em;
}
@media screen and (max-width: 559px) {
  .bottom_button_visit_reservation a {
    width: 100%;
    margin: 0 0.5em;
    font-size: 1.125em;
    text-align: center;
    padding: 1em 0;
    border-radius: 6px;
  }
}

.contact_at {
  margin: 0 1em;
  background: #f4f4f4;
  margin: 3em 0;
  padding: 2em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .contact_at {
    margin: 0 0.5em;
  }
}
.contact_at h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.contact_at p {
  font-size: 1.125em;
  line-height: 1.5;
}