@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800");
.index_title_area {
  background-color: #444;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .index_title_area .background_ins {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%; }
  .index_title_area .flex_ins {
    height: calc(100vh - 70px);
    /*
		@media screen and (max-width: 599px) {
			min-height: 500px;
		}
		@media screen and (max-width: 349px) {
			min-height: 600px;
		}
		*/ }
  .index_title_area .contents_layout {
    position: relative;
    width: 100%;
    height: 100%; }
  .index_title_area h1.title {
    text-align: center;
    height: calc(((100vh - 70px) / 3) * 2);
    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) {
      .index_title_area h1.title {
        height: calc(100% - 234px); } }
    @media screen and (max-width: 499px) {
      .index_title_area h1.title {
        height: calc(100% - 218px); } }
    .index_title_area h1.title img {
      height: 65%;
      max-width: 95vw;
      /*
			width: 100%;
			max-width: 750px;
			*/ }
      @media screen and (max-width: 799px) {
        .index_title_area h1.title img {
          height: auto;
          width: 90%; } }
    .index_title_area h1.title p.to_concept a {
      color: #fff;
      font-size: 24px;
      margin: 3px 0 0; }
      @media screen and (max-width: 699px) {
        .index_title_area h1.title p.to_concept a {
          font-size: 18px; } }
  .index_title_area .foot_ad {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc((100vh - 70px) / 3); }
  .index_title_area .column_visitor_reservation_app {
    height: 100%;
    padding: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*
		padding: 5em 0;
		@media screen and (max-width: 599px) {
			padding: 3em 0;
		}
		*/ }
    .index_title_area .column_visitor_reservation_app.app_reservation_set {
      background-color: rgba(239, 92, 78, 0.3); }
    .index_title_area .column_visitor_reservation_app.app_exhibition_set {
      background-color: rgba(41, 171, 226, 0.3); }
    .index_title_area .column_visitor_reservation_app .fd_ins {
      width: 100%; }
    .index_title_area .column_visitor_reservation_app a {
      color: #fff; }
    .index_title_area .column_visitor_reservation_app .end_msg {
      margin: 0 1em 1em; }
      .index_title_area .column_visitor_reservation_app .end_msg .ws1 {
        font-size: 2em; }
        @media screen and (max-width: 499px) {
          .index_title_area .column_visitor_reservation_app .end_msg .ws1 {
            font-size: 1.5em; } }
      .index_title_area .column_visitor_reservation_app .end_msg .ws2 {
        margin-top: 0.325em;
        font-size: 1.25em; }
        @media screen and (max-width: 499px) {
          .index_title_area .column_visitor_reservation_app .end_msg .ws2 {
            font-size: 0.875em; } }

@media screen and (max-width: 499px) {
  .foot_ad .app_button {
    display: none; } }

/*
.column_pack {
	padding: 5em 0;
	@media screen and (max-width: 999px) {
		padding: 3em 0;
	}
}
*/
.column_bg_color01 {
  background: #eee; }

.column_bg_color02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2ebf0), to(#cfd9df));
  background-image: -webkit-linear-gradient(top, #e2ebf0 0%, #cfd9df 100%);
  background-image: -o-linear-gradient(top, #e2ebf0 0%, #cfd9df 100%);
  background-image: linear-gradient(180deg, #e2ebf0 0%, #cfd9df 100%); }

.column_title {
  text-align: center;
  margin-bottom: 2em; }
  .column_title h2 {
    font-size: 3em;
    font-family: 'Raleway', sans-serif;
    font-weight: 800; }
    @media screen and (max-width: 999px) {
      .column_title h2 {
        font-size: 2.5em; } }
  .column_title p {
    font-size: 1em;
    margin-top: 0.5em;
    letter-spacing: 0.05em; }
  @media screen and (max-width: 599px) {
    .column_title {
      margin-bottom: 1.5em; } }

.goto_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .goto_link a {
    display: block;
    background: #000;
    color: #fff;
    margin: 1em auto 0;
    font-size: 1.5em;
    padding: 0.25em 1em;
    border-radius: 1em; }
    @media screen and (max-width: 599px) {
      .goto_link a {
        font-size: 1.25em;
        padding: 0.5em 0;
        text-align: center;
        width: calc(100% - 10px); } }
    .goto_link a:before {
      display: none;
      content: "\f0a9";
      font-family: "Font Awesome 5 Solid"; }
    .goto_link a:hover {
      opacity: 0.7; }

h3.conf_hd {
  background: #4dc2bb;
  color: #fff;
  text-align: center;
  font-size: 1.75em;
  padding: 0.5em;
  border-radius: 1.25em; }
  @media screen and (max-width: 999px) {
    h3.conf_hd {
      font-size: 1.25em; } }

.triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #4dc2bb transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  margin-bottom: 1.5em; }

.conf_guide_txt {
  font-size: 1.125em;
  line-height: 1.5;
  margin: 3em 0 0;
  text-align: center; }

h3.lim_conf {
  pointer-events: none;
  opacity: 0.5;
  width: 100%;
  max-width: 600px;
  margin: 0.5em auto 0;
  display: block;
  text-align: center;
  font-size: 1.75em;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5dc8d5), to(#00aad8));
  background: -webkit-linear-gradient(top, #5dc8d5 0%, #00aad8 100%);
  background: -o-linear-gradient(top, #5dc8d5 0%, #00aad8 100%);
  background: linear-gradient(to bottom, #5dc8d5 0%, #00aad8 100%);
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 0.5em 2em;
  border-radius: 2.75em; }
  @media screen and (max-width: 999px) {
    h3.lim_conf {
      font-size: 1.25em; } }
  h3.lim_conf a {
    color: #fff; }

ul.index_conf_thumb_06 {
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.index_conf_thumb_06 li {
    border: 1px solid #999;
    width: calc(50% - 2em);
    margin: 1em;
    padding: 0;
    position: relative; }
    @media screen and (max-width: 999px) {
      ul.index_conf_thumb_06 li {
        width: 100%; } }
    ul.index_conf_thumb_06 li a {
      display: block;
      padding: 0.75em;
      color: #333; }
      ul.index_conf_thumb_06 li a:hover {
        background: #f0f0f0; }
  ul.index_conf_thumb_06 .num {
    position: absolute;
    top: -18px;
    left: -16px;
    z-index: 99;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    background: rgba(247, 111, 13, 0.85);
    color: #fff; }
    ul.index_conf_thumb_06 .num.i-col {
      background: rgba(255, 177, 0, 0.85); }
    ul.index_conf_thumb_06 .num p {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
    @media screen and (max-width: 599px) {
      ul.index_conf_thumb_06 .num {
        width: 55px;
        height: 55px;
        font-size: 11px; } }
  ul.index_conf_thumb_06 .pd_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  ul.index_conf_thumb_06 .ph {
    width: 28%;
    margin-right: 0.75em;
    position: relative; }
    ul.index_conf_thumb_06 .ph:before {
      content: "";
      display: block;
      padding-top: 100%;
      background: #fff; }
    ul.index_conf_thumb_06 .ph .ins {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      overflow: hidden; }
    ul.index_conf_thumb_06 .ph img {
      width: 100%; }
  ul.index_conf_thumb_06 .data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.25em; }
  ul.index_conf_thumb_06 .ci_badge {
    display: block;
    float: left;
    width: 3em;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin-right: 0.25em;
    font-size: 0.825em;
    line-height: 1.125rem; }
    @media screen and (max-width: 599px) {
      ul.index_conf_thumb_06 .ci_badge {
        float: none;
        width: 100%;
        margin-bottom: 0.25em; } }
  ul.index_conf_thumb_06 .main {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: bold; }
  ul.index_conf_thumb_06 .sub {
    font-size: 0.875em;
    margin-top: 0.125em;
    font-weight: bold; }
    ul.index_conf_thumb_06 .sub:before, ul.index_conf_thumb_06 .sub:after {
      content: "〜"; }
    ul.index_conf_thumb_06 .sub:empty:before, ul.index_conf_thumb_06 .sub:empty:after {
      content: ""; }
  ul.index_conf_thumb_06 .name {
    font-size: 1.125em;
    margin-top: 0.5em;
    font-weight: bold; }
    ul.index_conf_thumb_06 .name:after {
      content: "氏";
      font-size: 65%;
      margin-left: 0.25em; }
  ul.index_conf_thumb_06 .post {
    font-size: 0.825em;
    margin-top: 0.25em; }
  ul.index_conf_thumb_06 .c_link a {
    margin-top: 0.5em;
    display: block;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
    background-image: -webkit-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
    background-image: -o-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    padding: 0.5em;
    font-size: 1em;
    text-align: center;
    color: #333;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff; }
    ul.index_conf_thumb_06 .c_link a:hover {
      opacity: 0.7; }

ul.index_conf_thumb_06 li.plus_dumer {
  border: 0; }
  ul.index_conf_thumb_06 li.plus_dumer .index_conts_link a {
    margin: 0.5em 0;
    text-align: center;
    display: block;
    color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    border-radius: 3.25em;
    font-size: 1.25em;
    padding: 0.5em 0; }
    ul.index_conf_thumb_06 li.plus_dumer .index_conts_link a:hover {
      opacity: 0.7; }

ul.index_conf_thumb_06 li.plus_dumer2 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff; }
  ul.index_conf_thumb_06 li.plus_dumer2 .index_conts_link a {
    margin: 0.5em 0;
    text-align: center;
    display: block;
    color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    border-radius: 3.25em;
    font-size: 1.25em;
    padding: 0.75em 2em; }
    ul.index_conf_thumb_06 li.plus_dumer2 .index_conts_link a:hover {
      opacity: 1; }

ul.index_conf_thumb_wrap {
  margin: 1em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.index_conf_thumb_wrap li {
    padding: 24px;
    width: 25%;
    text-align: center; }
    @media screen and (max-width: 999px) {
      ul.index_conf_thumb_wrap li {
        width: 33.33%; } }
    @media screen and (max-width: 599px) {
      ul.index_conf_thumb_wrap li {
        width: 50%;
        padding: 18px; } }
    @media screen and (max-width: 399px) {
      ul.index_conf_thumb_wrap li {
        padding: 10px; } }
    ul.index_conf_thumb_wrap li.blanbox {
      background-color: transparent; }
    ul.index_conf_thumb_wrap li .num {
      font-size: 1em;
      font-weight: bold;
      padding: 0.5em;
      background: #f76f0d;
      color: #fff;
      margin-bottom: 0px; }
    ul.index_conf_thumb_wrap li .ph {
      border: solid #ccc;
      border-width: 0 1px 1px;
      position: relative;
      width: 100%; }
      ul.index_conf_thumb_wrap li .ph:before {
        content: "";
        display: block;
        padding-top: 100%;
        background: #fff;
        overflow: hidden; }
      ul.index_conf_thumb_wrap li .ph .ins {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden; }
      ul.index_conf_thumb_wrap li .ph img {
        width: 100%; }
    ul.index_conf_thumb_wrap li .name {
      margin-top: 15px;
      font-size: 1.25em;
      font-weight: bold; }
      ul.index_conf_thumb_wrap li .name:after {
        content: "氏";
        font-size: 65%;
        margin-left: 0.25em; }
    ul.index_conf_thumb_wrap li .post {
      border-top: 1px solid #333;
      font-size: 0.875em;
      line-height: 1.325;
      margin-top: 0.25em;
      padding-top: 0.5em; }
      @media screen and (max-width: 999px) {
        ul.index_conf_thumb_wrap li .post br {
          display: none; } }

.pickup_wrap,
.event_wrap {
  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; }
  .pickup_wrap .each,
  .event_wrap .each {
    width: calc(50% - 1em);
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5em;
    margin: 1em 0; }
    .pickup_wrap .each.sp,
    .event_wrap .each.sp {
      width: 100%; }
    @media screen and (max-width: 1199px) {
      .pickup_wrap .each,
      .event_wrap .each {
        width: calc(50% - 0.5em);
        margin: 0.5em 0; } }
    @media screen and (max-width: 999px) {
      .pickup_wrap .each,
      .event_wrap .each {
        width: 100%;
        margin: 0.5em 0; } }
    .pickup_wrap .each .ph,
    .event_wrap .each .ph {
      width: 25%;
      background: #eee;
      margin-right: 0.5em;
      background-color: #eee;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media screen and (min-width: 1000px) {
        .pickup_wrap .each .ph.sp,
        .event_wrap .each .ph.sp {
          width: 12.5%; } }
      .pickup_wrap .each .ph .ins,
      .event_wrap .each .ph .ins {
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%; }
      .pickup_wrap .each .ph.v1,
      .event_wrap .each .ph.v1 {
        background-image: url(../exhibitors/organizer_pavilion_img/car.jpg); }
      .pickup_wrap .each .ph.v2,
      .event_wrap .each .ph.v2 {
        background-image: url(../event/startup_img/O72H2U0.jpg); }
      .pickup_wrap .each .ph.v3,
      .event_wrap .each .ph.v3 {
        background-image: url(../images/index/temezone.png); }
      .pickup_wrap .each .ph.v4,
      .event_wrap .each .ph.v4 {
        background-image: url(../entry/matching_img/bridge2.jpg); }
      .pickup_wrap .each .ph.v5,
      .event_wrap .each .ph.v5 {
        background-image: url(../event/award_img/093_DSC_8281.jpg); }
      .pickup_wrap .each .ph.v6,
      .event_wrap .each .ph.v6 {
        background-image: url(../event/iic_img/iot-innovation-challenge.jpg); }
      .pickup_wrap .each .ph.v7,
      .event_wrap .each .ph.v7 {
        background-image: url(../event/robocon_img/1115_019.jpg); }
      .pickup_wrap .each .ph.v8,
      .event_wrap .each .ph.v8 {
        background-image: url(../event/festa_img/100_DSC_8375.jpg); }
      .pickup_wrap .each .ph.v9,
      .event_wrap .each .ph.v9 {
        background-image: url(../event/talksession_img/t01_thmn.jpg); }
    .pickup_wrap .each .data,
    .event_wrap .each .data {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0.75em; }
    .pickup_wrap .each h3,
    .event_wrap .each h3 {
      font-size: 1.25em;
      font-weight: bold; }
      .pickup_wrap .each h3 span.new,
      .event_wrap .each h3 span.new {
        color: #f00;
        padding-right: 0.5em; }
    .pickup_wrap .each .summary,
    .event_wrap .each .summary {
      text-align: left;
      font-size: 1em;
      line-height: 1.325;
      margin: 0.5em 0; }
    .pickup_wrap .each .links,
    .event_wrap .each .links {
      font-size: 1em; }
      .pickup_wrap .each .links a,
      .event_wrap .each .links a {
        display: block; }
  @media screen and (max-width: 599px) {
    .pickup_wrap,
    .event_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .pickup_wrap > div,
      .event_wrap > div {
        width: 100%;
        margin-top: 1em; } }

.news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .news_wrap > div {
    width: calc(50% - 2em); }
    @media screen and (max-width: 999px) {
      .news_wrap > div {
        width: calc(50% - 0.5em); } }
  .news_wrap h3 {
    font-size: 1.5em;
    font-weight: bold;
    background: #eee;
    color: #666;
    margin-bottom: 1em;
    text-align: center;
    border-radius: 2em;
    padding: 0.5em 0; }

@media screen and (max-width: 599px) {
  .news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .news_wrap > div {
      width: 100%; }
    .news_wrap .tweet {
      margin-bottom: 1em; } }

@media screen and (min-width: 600px) {
  .news_wrap .tweet .widget {
    display: block; }
  .news_wrap .tweet .no_widget {
    display: none; } }

@media screen and (max-width: 599px) {
  .news_wrap .tweet .widget {
    display: none; }
  .news_wrap .tweet .no_widget {
    display: block; } }

.news_wrap .tweet .widget {
  margin: 0 0.5em; }

.news_wrap .tweet .no_widget {
  margin: 0 0.5em 1em; }
  .news_wrap .tweet .no_widget a {
    display: block;
    font-size: 1.25em;
    padding: 1em;
    color: #fff;
    text-align: center;
    background: #1da1f2;
    border-radius: 6px; }
    .news_wrap .tweet .no_widget a .id_name {
      display: block;
      margin-top: 0.25em;
      font-size: 14px; }

@media screen and (max-width: 1199px) {
  .news_wrap .widget {
    margin: 0;
    text-align: center; }
  .news_wrap .widget iframe {
    width: calc(100% - 10px) !important;
    overflow: hidden; } }

.news_list dl {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0.5em;
  margin-top: -1em; }
  .news_list dl dt {
    float: left;
    width: 7em;
    padding: 1em 0; }
  .news_list dl dd {
    padding: 1em 0;
    padding-left: 7em;
    border-bottom: 1px solid #ddd; }
    .news_list dl dd:last-child {
      border: 0; }
  @media screen and (max-width: 999px) {
    .news_list dl {
      margin-top: -0.5em; }
      .news_list dl dt {
        float: none;
        width: 100%;
        padding: 0;
        padding-top: 0.5em;
        font-weight: bold; }
      .news_list dl dd {
        padding: 0;
        padding-bottom: 0.5em; } }

.bannersFF {
  margin: 1em auto 0;
  width: calc(100% - 1em);
  max-width: 450px;
  padding: 0; }
  .bannersFF img {
    width: 100%; }

.previous_event_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; }
  @media screen and (max-width: 699px) {
    .previous_event_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .previous_event_wrap .one_trs {
    background: #eee;
    width: calc(25% - 1em);
    margin: 1em 0;
    border: 5px solid #fff;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 999px) {
      .previous_event_wrap .one_trs {
        width: calc(50% - 10px);
        margin: 10px 0; } }
    @media screen and (max-width: 599px) {
      .previous_event_wrap .one_trs {
        width: calc(100% - 5px);
        margin: 5px 0; } }
    .previous_event_wrap .one_trs.ot01 {
      background-image: url(../images/index/previous_event_1116_034.jpg); }
    .previous_event_wrap .one_trs.ot02 {
      background-image: url(../images/index/previous_event_1117_001.jpg); }
    .previous_event_wrap .one_trs.ot03 {
      background-image: url(../images/index/previous_event_1115_034.jpg); }
    .previous_event_wrap .one_trs.ot04 {
      background-image: url(../movie/movie.jpg); }
    .previous_event_wrap .one_trs .ins {
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      padding: 1.5em; }
      @media screen and (max-width: 699px) {
        .previous_event_wrap .one_trs .ins {
          background-color: rgba(0, 0, 0, 0.6);
          padding: 1em 1em; } }
    .previous_event_wrap .one_trs .t {
      text-align: center;
      border-bottom: 1px solid #fff;
      font-size: 1.25em;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    .previous_event_wrap .one_trs p.guide {
      line-height: 1.5;
      font-size: 15px; }
      @media screen and (max-width: 699px) {
        .previous_event_wrap .one_trs p.guide {
          font-size: 1em; } }
    .previous_event_wrap .one_trs p.link a {
      width: 6em;
      margin: 0.5em auto 0;
      display: block;
      text-align: center;
      color: #fff;
      background: #4dc2bb;
      font-size: 1.5em;
      padding: 0.125em 1em;
      border-radius: 1em; }
    @media screen and (min-width: 1000px) {
      .previous_event_wrap .one_trs .link.pc {
        display: block; }
      .previous_event_wrap .one_trs .link.smp {
        display: none; } }
    @media screen and (max-width: 999px) {
      .previous_event_wrap .one_trs .link.pc {
        display: none; }
      .previous_event_wrap .one_trs .link.smp {
        display: block; } }

.sponsor {
  margin: 3em 0 0; }
  .sponsor > div {
    width: calc(100% - 0.5em);
    background: #fff;
    border: 2px solid #eee;
    padding: 2em 2em 4em;
    border-radius: 8px; }
  .sponsor p.sc {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 0.75em; }
  .sponsor p.grade {
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 2em;
    padding-top: 1em;
    margin-bottom: 0.5em; }

.partners_flex_wrap {
  margin: 1em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .partners_flex_wrap > div {
    width: calc(50% - 0.5em);
    background: #fff;
    border: 2px solid #eee;
    padding: 2em;
    border-radius: 8px; }
  @media screen and (max-width: 599px) {
    .partners_flex_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .partners_flex_wrap > div {
        width: 100%;
        margin-bottom: 1em; } }
  .partners_flex_wrap p.sc {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 0.75em; }

.sp_banners ul {
  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; }
  @media screen and (max-width: 599px) {
    .sp_banners ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .sp_banners ul li {
    border: 1px solid #ccc;
    margin: 8px; }
    .sp_banners ul li img {
      max-height: 65px; }
    .sp_banners ul li.pad_set {
      padding: 10px; }
      .sp_banners ul li.pad_set img {
        max-height: calc(65px - 20px); }
    .sp_banners ul li.iic {
      border: none; }
      .sp_banners ul li.iic img {
        max-height: calc(65px + 65px); }
    .sp_banners ul li.gekkan {
      padding: 10px; }
      .sp_banners ul li.gekkan img {
        max-height: calc(65px * 2 - 20px); }
    @media screen and (max-width: 599px) {
      .sp_banners ul li.rsp_w {
        width: 100%; }
        .sp_banners ul li.rsp_w img {
          width: 100%;
          max-height: none; } }

.sp_banners ul.gold li img {
  max-height: none;
  height: 100px; }
  @media screen and (max-width: 599px) {
    .sp_banners ul.gold li img {
      height: auto;
      width: 100%; } }

@media screen and (max-width: 599px) {
  .sp_banners ul.silver li img {
    max-height: none;
    height: auto;
    width: 70%; } }

.sp_banners ul.bronze li img {
  max-height: none;
  height: 50px; }

@media screen and (max-width: 599px) {
  .sp_banners ul.silver li {
    text-align: center; } }

.sponsor .sp_banners ul li {
  border: 0px solid #ccc; }

.organizer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .organizer_wrap > div {
    width: calc(50% - 1em);
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 2em;
    text-align: center; }
    @media screen and (max-width: 999px) {
      .organizer_wrap > div {
        width: calc(50% - 0.5em); } }
    .organizer_wrap > div h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.75em;
      height: 5em;
      background: #eee; }
    .organizer_wrap > div .summary {
      text-align: left;
      font-size: 1.125em;
      line-height: 1.5;
      margin-top: 1em; }
    .organizer_wrap > div .links {
      margin-top: 1.5em;
      font-size: 1.25em; }
      .organizer_wrap > div .links a {
        display: block; }
  @media screen and (max-width: 599px) {
    .organizer_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .organizer_wrap > div {
        width: 100%;
        margin-top: 1em; } }

.about_contents {
  text-align: center; }
  .about_contents h3.copy {
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 1em; }
    @media screen and (max-width: 999px) {
      .about_contents h3.copy {
        font-size: 1.25em; } }
    @media screen and (max-width: 679px) {
      .about_contents h3.copy {
        font-size: 1.125em; }
        .about_contents h3.copy br {
          display: none; }
        .about_contents h3.copy span:before {
          content: "／"; } }
  .about_contents .event_name {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5; }
    @media screen and (max-width: 599px) {
      .about_contents .event_name {
        font-size: 1.25em; } }
  .about_contents .days {
    font-size: 3em;
    font-weight: 700;
    margin: 0.325em 0; }
    .about_contents .days span {
      font-size: 50%;
      padding-right: 5px; }
    @media screen and (max-width: 999px) {
      .about_contents .days {
        font-size: 2.5em; } }
    @media screen and (max-width: 599px) {
      .about_contents .days {
        font-size: 2.25em; } }
  .about_contents .venue {
    font-weight: bold;
    font-size: 1.5em; }
    @media screen and (max-width: 999px) {
      .about_contents .venue {
        font-size: 1.25em; } }
  .about_contents .venue_m {
    font-weight: bold;
    font-size: 1.125em;
    margin-top: 0.25em; }
    @media screen and (max-width: 599px) {
      .about_contents .venue_m {
        font-weight: normal;
        font-size: 1em;
        margin-top: 0.5em; }
        .about_contents .venue_m .zip {
          display: none; } }
    @media screen and (max-width: 374px) {
      .about_contents .venue_m {
        font-size: 0.9em; } }

.google-maps {
  margin-top: 2em;
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

@media screen and (max-width: 599px) {
  .google-maps {
    padding-bottom: 75%; } }

h3.normal {
  text-align: center;
  font-size: 1.75em; }

.temezone_image_area {
  width: calc(100% - 10px);
  max-width: 720px;
  margin: 1em auto; }
  .temezone_image_area img {
    width: 100%; }

.event_tab_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; }
  .event_tab_wrap > div {
    width: calc(50% - 1em);
    margin: 1em 0; }
    @media screen and (max-width: 999px) {
      .event_tab_wrap > div {
        width: calc(50% - 0.5em); } }
  @media screen and (max-width: 599px) {
    .event_tab_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .event_tab_wrap > div {
        width: 100%;
        margin: 1em 0 0; } }
  .event_tab_wrap a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 2em;
    text-align: center;
    font-size: 1.5em; }
    .event_tab_wrap a:hover {
      opacity: 0.7; }

.nm_image_area {
  width: calc(100% - 10px);
  max-width: 720px;
  margin: 1em auto;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 5px; }
  .nm_image_area img {
    width: 100%; }

.column_bg_videoReport {
  background-image: -webkit-linear-gradient(135deg, #d0d0d0 25%, #ddd 25%, #ddd 50%, #d0d0d0 50%, #d0d0d0 75%, #ddd 75%, #ddd);
  background-image: -o-linear-gradient(135deg, #d0d0d0 25%, #ddd 25%, #ddd 50%, #d0d0d0 50%, #d0d0d0 75%, #ddd 75%, #ddd);
  background-image: linear-gradient(-45deg, #d0d0d0 25%, #ddd 25%, #ddd 50%, #d0d0d0 50%, #d0d0d0 75%, #ddd 75%, #ddd);
  background-size: 12px 12px; }
  .column_bg_videoReport .column_title {
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3); }

@media screen and (min-width: 1000px) {
  .movie_upp .thumb.pc {
    display: block; }
  .movie_upp .thumb.smp {
    display: none; } }

@media screen and (max-width: 999px) {
  .movie_upp .thumb.pc {
    display: none; }
  .movie_upp .thumb.smp {
    display: block; } }

.movie_upp .thumb {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  width: 100%;
  max-width: 600px; }
  .movie_upp .thumb a img {
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease;
    width: 100%; }

.report_wrap {
  margin: 2em 0 0; }
  .report_wrap h3 {
    font-size: 1.25em;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    margin-bottom: 1em;
    text-align: center;
    border-radius: 2.25em;
    padding: 0.5em 0; }
    @media screen and (max-width: 599px) {
      .report_wrap h3 span {
        display: none; } }
  .report_wrap .repo_days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .report_wrap .repo_days .repo_one {
      -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
      background: #fff;
      text-align: center;
      width: calc(25% - 8px);
      margin: 0 4px; }
      .report_wrap .repo_days .repo_one .days {
        background: #4dc2bb;
        color: #fff;
        padding: 0.325em 0;
        font-size: 1.25em; }
        .report_wrap .repo_days .repo_one .days .min {
          font-size: 75%;
          padding: 0 1px; }
      .report_wrap .repo_days .repo_one .number {
        color: #4dc2bb;
        font-size: 2.25em;
        margin: 0.5em 0 0.25em; }
        .report_wrap .repo_days .repo_one .number .min {
          font-size: 40%; }
      .report_wrap .repo_days .repo_one .sub_info {
        margin-bottom: 1em; }
        .report_wrap .repo_days .repo_one .sub_info p:nth-child(1) {
          height: 1em; }
        .report_wrap .repo_days .repo_one .sub_info p:nth-child(2) {
          margin-top: 0.25em; }
      .report_wrap .repo_days .repo_one.total .days {
        background: #ef5c4e; }
      .report_wrap .repo_days .repo_one.total .number {
        color: #ef5c4e; }
    @media screen and (max-width: 767px) {
      .report_wrap .repo_days {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .report_wrap .repo_days .repo_one {
          width: calc(100% - 1em);
          margin: 0 auto 8px; }
          .report_wrap .repo_days .repo_one .number {
            margin: 0.325em 0 0.125em; }
          .report_wrap .repo_days .repo_one .sub_info {
            margin-bottom: 0.5em; } }
  .report_wrap .goto_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .report_wrap .goto_page a {
      display: block;
      background: #000;
      color: #fff;
      margin: 1em auto;
      font-size: 1.5em;
      padding: 0.5em 1em;
      border-radius: 2.75em;
      width: 90%;
      max-width: 15em;
      text-align: center; }
      @media screen and (max-width: 599px) {
        .report_wrap .goto_page a {
          margin-bottom: 0; } }
      .report_wrap .goto_page a:before {
        display: none;
        content: "\f0a9";
        font-family: "Font Awesome 5 Solid"; }
      .report_wrap .goto_page a:hover {
        opacity: 0.7; }

.news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3em 0 0; }
  .news_wrap > div {
    width: calc(50% - 1.5em); }
  .news_wrap h3 {
    font-size: 1.125em;
    background: #eee;
    color: #777;
    margin-bottom: 1em;
    text-align: center;
    border-radius: 2em;
    padding: 0.5em 0; }
  .news_wrap .widget {
    margin: 0 0.5em; }

@media screen and (max-width: 599px) {
  .news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .news_wrap > div {
      width: 100%;
      margin: 0 0 2em; } }
