@charset "UTF-8";
.page_in_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 560px) {
  .page_in_navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_in_navi li {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 0.75em;
  }
  .page_in_navi li:last-child {
    border-right: none;
  }
  .page_in_navi li a {
    color: #000;
    display: block;
    padding: 0.3125em 0.5em;
    border-radius: 4px;
  }
  .page_in_navi li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 559px) {
  .page_in_navi {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_in_navi li {
    width: 50%;
    padding: 2px;
  }
  .page_in_navi li a {
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #000;
    display: block;
    text-align: center;
    padding: 0.5em;
    border-radius: 4px;
  }
  .page_in_navi li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
}

.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: 4px;
  color: #fff;
  padding: 1.25em 0;
  text-align: center;
  font-size: 1em;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.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: -65px;
  padding-top: 65px;
}
@media screen and (max-width: 1023px) {
  .r_anchor {
    margin-top: -85px;
    padding-top: 85px;
  }
}

.ON_EDF_title_bg .bg_ins {
  background-image: url(../images/ONESummit_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ON_EDF_title_bg .title {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}
.ON_EDF_title_bg .title .title_image {
  margin: 0 auto;
  width: 100%;
  max-width: 434px;
}
.ON_EDF_title_bg .title .title_image img {
  margin-left: -5%;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .ON_EDF_title_bg .title .title_image {
    width: 90%;
  }
}
.ON_EDF_title_bg .title .logo_block_outer {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ON_EDF_title_bg .title .logo_block {
  background: rgba(80, 125, 198, 0.8);
  border-radius: 6px;
  padding: 5px;
}
.ON_EDF_title_bg .title .logo_block .Co-hosts {
  font-weight: bold;
  padding: 4px;
  color: #fff;
  font-size: 0.875em;
}
.ON_EDF_title_bg .title .logo_block .logo_wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ON_EDF_title_bg .title .logo_block .logo_wrap > div {
  background: white;
  border-radius: 4px;
  margin: 3px;
  padding: 12px 25px;
}
.ON_EDF_title_bg .title .logo_block .logo_wrap > div img {
  height: 42px;
}
@media screen and (max-width: 559px) {
  .ON_EDF_title_bg .title .logo_block .logo_wrap > div {
    padding: 15px 15px;
  }
  .ON_EDF_title_bg .title .logo_block .logo_wrap > div img {
    height: 30px;
  }
}
@media screen and (max-width: 429px) {
  .ON_EDF_title_bg .title .logo_block .logo_wrap > div {
    border-radius: 2px;
    padding: 12px 12px;
    margin: 2px;
  }
  .ON_EDF_title_bg .title .logo_block .logo_wrap > div img {
    height: 25px;
  }
}
@media screen and (max-width: 369px) {
  .ON_EDF_title_bg .title .logo_block .logo_wrap > div img {
    height: 20px;
  }
}
.ON_EDF_title_bg .title .sub {
  line-height: 1.5;
  font-size: 1.5em;
  font-weight: bold;
}
.ON_EDF_title_bg .title h2 img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .ON_EDF_title_bg .title .sub {
    font-size: 1.25em;
  }
  .ON_EDF_title_bg .title .sub span {
    display: block;
  }
}

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

.intro p {
  font-size: 1.125em;
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .intro p {
    line-height: 1.75;
  }
}
.intro p + p {
  margin-top: 0.875em;
}

.guide {
  margin-top: 2em;
  padding: 1.5em;
  border: 5px solid rgba(80, 125, 198, 0.25);
}
@media screen and (max-width: 599px) {
  .guide {
    padding: 1em;
  }
}
.guide h3 {
  color: #507dc6;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0 0;
}
.guide .ins {
  background: #f4f4f4;
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  padding: 1.5em;
  margin: 18px 0;
}
.guide .ins .sub {
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}
.guide .ins .img_wrap {
  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;
}
.guide .ins .img_wrap > div {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  background: #fff;
  margin: 5px;
  padding: 20px;
  overflow: hidden;
  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;
}
@media screen and (max-width: 599px) {
  .guide .ins .img_wrap > div {
    width: 100px;
    height: 100px;
    border-radius: 100px;
  }
}
.guide .ins .img_wrap > div img {
  width: 100%;
}
.guide .wrap_column {
  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;
}
.guide .wrap_column .column {
  width: calc(33.33% - 0.75em);
}
@media screen and (max-width: 1023px) {
  .guide .wrap_column .column {
    width: calc(50% - 0.75em);
  }
}
@media screen and (max-width: 767px) {
  .guide .wrap_column .column {
    width: 100%;
  }
}
.guide .wrap_column .column h4 {
  background: #507dc6;
  color: #fff;
  text-align: center;
  padding: 1em 0.25em;
  font-size: 0.9125em;
  font-weight: bold;
}
.guide .wrap_column .column ol,
.guide .wrap_column .column ul {
  padding: 0.5em;
}
.guide .wrap_column .column ol li,
.guide .wrap_column .column ul li {
  margin-left: 1.25em;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 0.125em 0;
}
.guide .wrap_column .column ul {
  list-style-type: disc;
}
.guide .wrap_column .column ol {
  list-style-type: decimal;
}
.guide .wrap_column .column ol li:before {
  content: "";
}

.market_adoption {
  margin-top: 3em;
}
@media screen and (max-width: 599px) {
  .market_adoption {
    margin-top: 1.5em;
  }
}
.market_adoption img {
  width: 100%;
}

.tableSet_ON_EDF {
  border-top: 1px solid #ccc;
}
.tableSet_ON_EDF th, .tableSet_ON_EDF td {
  border-bottom: 1px solid #ccc;
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1.5;
}
.tableSet_ON_EDF th {
  width: 12em;
  background: #eee;
}
.tableSet_ON_EDF td ul li {
  padding: 0.125em 0;
}
@media screen and (max-width: 599px) {
  .tableSet_ON_EDF {
    border-top: none;
  }
  .tableSet_ON_EDF th, .tableSet_ON_EDF td {
    border: 0;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1em;
  }
  .tableSet_ON_EDF th {
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 0.25em 0;
  }
  .tableSet_ON_EDF th br {
    display: none;
  }
  .tableSet_ON_EDF td {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #ccc;
  }
  .tableSet_ON_EDF tr:last-child td {
    border: 0;
  }
}

.field_list .wrap_tt {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.field_list .wrap_tt h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  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;
  width: 8em;
  height: 8em;
  border-radius: 8em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#dee5f0));
  background-image: linear-gradient(180deg, #f5f7fa 0%, #dee5f0 100%);
  margin-right: 1.5em;
}
.field_list .wrap_tt .cc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 600px) {
  .field_list .wrap_tt.this_aligncenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .field_list .wrap_tt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1em;
  }
  .field_list .wrap_tt h3 {
    display: block;
    font-size: 1.25em;
    padding: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: #fff;
    margin: 0 0 1em;
    border-left: 5px solid #000;
    padding: 0.125em 0.375em;
  }
  .field_list .wrap_tt .cc {
    padding: 0 0.25em;
  }
}
.field_list h4 {
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.field_list h4 + ul {
  margin-bottom: 1.75em;
}
.field_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.field_list ul li {
  font-size: 1em;
  line-height: 1.75;
  margin-right: 0;
}
.field_list ul li:after {
  content: "、";
}
.field_list ul li:last-child:after {
  content: "";
}
@media screen and (max-width: 599px) {
  .field_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .field_list ul li {
    line-height: 1.5;
  }
  .field_list ul li:after {
    content: "";
  }
  .field_list ul li:before {
    content: "・";
  }
}

.en_info h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.en_info p {
  line-height: 1.75;
}
.en_info ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.en_info ul li {
  line-height: 1.5;
  padding: 0.25em 0;
}

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

.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.tab {
  margin: 2em 1em 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;
  border: 2px solid #507dc6;
}
.sec_raep ul.tab li + li {
  border-left: 2px solid #507dc6;
}
.sec_raep ul.tab li {
  width: 33.33%;
  background: #fff;
  color: #507dc6;
  font-size: 1.25em;
  padding: 1em 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 559px) {
  .sec_raep ul.tab li {
    padding: 0.5em 0.75em;
  }
}
.sec_raep ul.tab li.active {
  opacity: 1;
  background: #507dc6;
  color: #fff;
  cursor: auto;
  font-weight: bold;
}
.sec_raep ul.tab li:hover {
  background: rgba(80, 125, 198, 0.7);
  color: #fff;
}
.sec_raep ul.tab li span.min {
  padding-left: 3px;
  font-size: 60%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 349px) {
  .sec_raep ul.tab li span.min {
    display: none;
  }
}
.sec_raep .area {
  margin-top: 2em;
  padding: 0;
  background: #fff;
}
.sec_raep .area > div {
  display: none;
}
.sec_raep .area > div.show {
  display: block;
}
.sec_raep ul.conf_list {
  margin-top: 10px;
  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;
}
.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;
}
@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;
}
.sec_raep ul.conf_list .personal .data p.name.noname:after {
  content: "";
}
@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;
  width: calc(50% - 1em);
}
@media screen and (max-width: 767px) {
  .sec_raep .ex_wrap > div {
    width: 100%;
  }
}
.sec_raep .ex_wrap .map {
  background: #eee;
  padding: 0;
  text-align: center;
}
.sec_raep .ex_wrap .map img {
  width: 100%;
}
.sec_raep .ex_wrap .list_area ul li {
  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.75em 0;
}
.sec_raep .ex_wrap .list_area ul li:last-child {
  border-bottom: 0;
}
.sec_raep .ex_wrap .list_area .booth {
  width: 4em;
  text-align: center;
  background: #888;
  color: #fff;
  padding: 0.25em 0;
  font-size: 0.8125em;
  margin-right: 1em;
}
.sec_raep ul.sponsorList {
  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;
}
.sec_raep ul.sponsorList li {
  width: calc((100% - 3em) / 4);
  margin: 0.5em 0;
  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.25em 0;
  }
}
.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%;
}

.slide-items img {
  width: 100%;
  padding: 5px;
}
.slide-items .slick-prev:before,
.slide-items .slick-next:before {
  color: #507dc6;
}

p.link_to_2022spring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5em 0 0;
}
p.link_to_2022spring a {
  display: block;
  background: #507dc6;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1em 2em;
  font-size: 1.25em;
  border-radius: 3.25em;
  text-shadow: 0px 1px 1px black;
}
@media screen and (max-width: 499px) {
  p.link_to_2022spring a {
    padding: 0.75em 1.5em;
    font-size: 1.125em;
    border-radius: 2.75em;
  }
}
@media screen and (max-width: 359px) {
  p.link_to_2022spring a {
    padding: 1em 1.5em;
    border: 2px solid #fff;
    font-size: 0.9125em;
    border-radius: 2.5em;
  }
}