@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 .contents_layout {
  position: relative;
  width: 100%;
  height: 100%;
}

.index_title_area .title_area {
  text-align: center;
  padding: 4em 0;
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index_title_area .title_area h1 {
  max-width: 800px;
}

.index_title_area .title_area h1 img {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .index_title_area .title_area h1 {
    max-height: 300px;
  }
}

.index_title_area .title_area .banner_wrap_tt {
  width: 100%;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 699px) {
  .index_title_area .title_area .banner_wrap_tt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.index_title_area .title_area .inside {
  margin: 0.5em;
  width: 50%;
  max-width: 280px;
}

@media screen and (max-width: 699px) {
  .index_title_area .title_area .inside {
    width: 80%;
    margin: 0.5em auto;
  }
}

.index_title_area .title_area .inside a {
  display: block;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  color: #000;
  padding: 0.75em;
}

.index_title_area .title_area .inside a:hover {
  opacity: 0.8;
}

.index_title_area .title_area .inside p.tp {
  font-weight: bold;
  font-size: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 0.125em;
}

.index_title_area .title_area .inside .middle_area {
  margin: 0.5em 0;
  height: 42px;
  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: 699px) {
  .index_title_area .title_area .inside .middle_area {
    height: 40px;
  }
}

.index_title_area .title_area .inside .middle_area img {
  height: 100%;
}

.index_title_area .title_area .inside p.ocap {
  font-weight: bold;
  margin-top: 0em;
  font-size: 100%;
  line-height: 1.3;
}

@media screen and (max-width: 699px) {
  .index_title_area .title_area .inside p.ocap {
    font-size: 100%;
  }
}

.index_title_area .title_area .inside p.detail {
  margin-top: 0em;
  font-size: 1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222));
  background-image: -webkit-linear-gradient(top, #666 0%, #222 100%);
  background-image: -o-linear-gradient(top, #666 0%, #222 100%);
  background-image: linear-gradient(to bottom, #666 0%, #222 100%);
  color: #fff;
  border-radius: 1.5em;
  padding: 0.25em;
}

.index_title_area .title_area .inside p.detail:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.index_title_area .emb_campus {
  color: #fff;
  line-height: 1.5;
  margin-top: 1em;
  padding: 0 2em;
}

.index_title_area .emb_campus span {
  display: block;
}

.index_title_area .emb_campus span.ec0 {
  font-size: 1em;
}

.index_title_area .emb_campus span.ec1 {
  font-size: 1.25em;
}

.index_title_area .emb_campus span.ec2 {
  font-size: 0.875em;
}

@media screen and (max-width: 374px) {
  .index_title_area .emb_campus span.ec1 {
    font-size: 1em;
  }
  .index_title_area .emb_campus span.ec2 {
    font-size: 0.875em;
  }
}

.index_title_area .emb_campus .linkb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5em;
}

.index_title_area .emb_campus .linkb a {
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8fd3f4), to(#8fe3f4));
  background-image: -webkit-linear-gradient(bottom, #8fd3f4 0%, #8fe3f4 100%);
  background-image: -o-linear-gradient(bottom, #8fd3f4 0%, #8fe3f4 100%);
  background-image: linear-gradient(0deg, #8fd3f4 0%, #8fe3f4 100%);
  color: #300;
  padding: 5px 4em;
  border-radius: 2em;
}

.index_title_area .emb_campus .linkb a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.index_title_area .conf_pickup_session {
  width: 100%;
  max-width: 1100px;
  margin: 1.5em auto 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.75em;
  border-radius: 6px;
}

@media screen and (max-width: 999px) {
  .index_title_area .conf_pickup_session {
    padding: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .index_title_area .conf_pickup_session {
    width: 90%;
  }
}

.index_title_area .conf_pickup_session h2 {
  color: #fff;
  padding: 0.25em 0;
  margin-bottom: 0.35em;
  font-size: 1.25em;
  background: #444;
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .index_title_area .conf_pickup_session h2 br {
    display: none;
  }
}

.index_title_area .conf_pickup_session .one_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index_title_area .conf_pickup_session .one_wrap .one {
  width: calc((100% - 1em)/3);
  border-radius: 4px;
  background: #fff;
}

.index_title_area .conf_pickup_session .one_wrap .one a {
  display: block;
  padding: 0.75em;
  color: #000;
}

.index_title_area .conf_pickup_session .one_wrap .one a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 999px) {
  .index_title_area .conf_pickup_session .one_wrap .one {
    width: calc((100% - 1em)/3);
  }
}

@media screen and (max-width: 767px) {
  .index_title_area .conf_pickup_session .one_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index_title_area .conf_pickup_session .one_wrap .one {
    width: 100%;
    margin-top: 0.5em;
  }
}

.index_title_area .conf_pickup_session .one_wrap .num {
  border-radius: 4px;
  padding: 0.25em;
  color: #fff;
  margin-bottom: 0.5em;
}

.index_title_area .conf_pickup_session .one_wrap .data_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.index_title_area .conf_pickup_session .one_wrap .ph {
  width: 80px;
  height: 80px;
  background: #cde;
  margin-right: 10px;
  border: 1px solid #eee;
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .index_title_area .conf_pickup_session .one_wrap .ph {
    width: 60px;
    height: 60px;
  }
}

.index_title_area .conf_pickup_session .one_wrap .ph img {
  width: 100%;
}

.index_title_area .conf_pickup_session .one_wrap .thisdata {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.index_title_area .conf_pickup_session .one_wrap .title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.25;
}

.index_title_area .conf_pickup_session .one_wrap .sub {
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.25;
}

.index_title_area .conf_pickup_session .one_wrap .name {
  margin-top: 5px;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.25;
}

.index_title_area .conf_pickup_session .one_wrap .post {
  margin-top: 3px;
  font-size: 0.75em;
  line-height: 1.25;
}

.index_title_area .event_schedule {
  margin: 1.5em 0 0;
  display: block;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .index_title_area .event_schedule {
    width: 90%;
  }
}

.index_title_area .event_schedule a {
  display: block;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5dc8d5), to(#00aad8));
  background-image: -webkit-linear-gradient(#5dc8d5 0%, #00aad8 100%);
  background-image: -o-linear-gradient(#5dc8d5 0%, #00aad8 100%);
  background-image: linear-gradient(#5dc8d5 0%, #00aad8 100%);
  padding: 0.875em;
  font-size: 1.25em;
  border-radius: 4px;
}

.index_title_area .event_schedule a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  .index_title_area .event_schedule a {
    font-size: 1em;
    line-height: 1.5;
  }
}

.index_title_area #event_schedule {
  padding: 2em 10%;
}

@media screen and (max-width: 599px) {
  .index_title_area #event_schedule {
    padding: 2em 10px;
  }
}

.index_title_area #event_schedule .subco {
  color: #fff;
  margin-bottom: 0.5em;
}

.index_title_area #event_schedule h2 {
  font-size: 2em;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .index_title_area #event_schedule h2 {
    font-size: 1.5em;
  }
}

.index_title_area #event_schedule table {
  margin: 1em 0;
  background: #fff;
  table-layout: fixed;
}

.index_title_area #event_schedule th, .index_title_area #event_schedule td {
  padding: 1em;
  border: 1px solid #ccc;
}

.index_title_area #event_schedule th.n1, .index_title_area #event_schedule td.n1 {
  width: 6em;
  background: #eee;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .index_title_area #event_schedule th.n1, .index_title_area #event_schedule td.n1 {
    width: 3em;
  }
}

.index_title_area #event_schedule th {
  background: #eee;
}

.index_title_area #event_schedule td {
  text-align: left;
}

.index_title_area #event_schedule td p {
  margin: 0;
  padding: 0;
}

.index_title_area #event_schedule td .time {
  font-size: 0.875em;
}

.index_title_area #event_schedule td .title {
  font-weight: bold;
  margin: 0.325em 0 0.5em;
}

.index_title_area #event_schedule td .title a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.index_title_area #event_schedule td .cap {
  font-size: 0.875em;
  line-height: 1.5;
}

.index_title_area #event_schedule td hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

.index_title_area #event_schedule .close-event_schedule {
  font-size: 1.5em;
  color: #fff;
  margin-top: 1em;
  cursor: pointer;
}

.index_title_area .pavilion_banners {
  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: 20px 0 0;
}

.index_title_area .pavilion_banners .ones {
  margin: 0.25em auto;
  background: rgba(255, 255, 255, 0.8);
  width: calc(25% - 0.5em);
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 1099px) {
  .index_title_area .pavilion_banners .ones {
    width: calc(50% - 0.5em);
  }
}

@media screen and (max-width: 559px) {
  .index_title_area .pavilion_banners .ones {
    width: calc(95% - 0em);
    max-width: 400px;
  }
  .index_title_area .pavilion_banners .ones br {
    display: none;
  }
}

.index_title_area .pavilion_banners .ones a {
  display: block;
}

.index_title_area .pavilion_banners .ones a:hover {
  opacity: 0.8;
}

.index_title_area .pavilion_banners .name {
  color: #fff;
  padding: 0.5em;
  font-size: 0.875em;
  line-height: 1.35;
  font-weight: bold;
}

.index_title_area .pavilion_banners .guide {
  font-size: 0.825em;
  line-height: 1.35;
  padding: 0.75em 1em;
}

.index_title_area .pavilion_banners a .guide {
  color: #000;
}

.index_title_area .pavilion_banners .ones:nth-child(1) .name {
  background: #6faaae;
}

.index_title_area .pavilion_banners .ones:nth-child(2) .name {
  background: #5d96d0;
}

.index_title_area .pavilion_banners .ones:nth-child(3) .name {
  background: #cbba5c;
}

.index_title_area .pavilion_banners .ones:nth-child(4) .name {
  background: #98ae6f;
}

.index_title_area .plusother_banners {
  margin: 1em 0 0;
}

.index_title_area .plusother_banners .matching_service {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.index_title_area .plusother_banners a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  color: #000;
  padding: 0.5em;
}

.index_title_area .plusother_banners a:hover {
  opacity: 0.8;
}

.index_title_area .plusother_banners a .icon {
  width: 60px;
  height: 60px;
  background: #fff;
}

.index_title_area .plusother_banners a .icon img {
  width: 100%;
}

.index_title_area .plusother_banners a .txt {
  width: calc(100% - 75px);
  text-align: left;
}

.index_title_area .plusother_banners a .name {
  font-size: 1em;
  margin-bottom: 3px;
  font-weight: bold;
}

.index_title_area .plusother_banners a .guide {
  font-size: 0.875em;
  line-height: 1.35;
}

@media screen and (max-width: 559px) {
  .index_title_area .plusother_banners a {
    margin: 0 auto;
    padding: 0.25em;
    width: calc(95% - 0em);
    max-width: 400px;
  }
}

.index_title_area .column_visitor_reservation_app {
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4em 0;
  padding: 2.5em 0;
}

@media screen and (max-width: 599px) {
  .index_title_area .column_visitor_reservation_app {
    padding: 3em 0;
  }
}

.index_title_area .column_visitor_reservation_app.app_reservation_set {
  background-color: rgba(239, 92, 78, 0.3);
  background-color: rgba(239, 92, 78, 0.5);
}

.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 .fd_ins .normal_int {
  font-size: 1em;
}

.index_title_area .column_visitor_reservation_app .fd_ins .app_button a {
  margin: 0.75rem auto 1rem;
  font-size: 1.75em;
  max-width: 680px;
}

@media screen and (max-width: 599px) {
  .index_title_area .column_visitor_reservation_app .fd_ins .app_button a {
    font-size: 1.325em;
    max-width: 480px;
  }
}

.index_title_area .column_visitor_reservation_app .fd_ins.closing {
  color: #fff;
  padding: 0 1em;
  line-height: 1.5;
  font-weight: bold;
}

.index_title_area .column_visitor_reservation_app .fd_ins.closing .cls01 {
  font-size: 2em;
  line-height: 1;
}

.index_title_area .column_visitor_reservation_app .fd_ins.closing .cls02 {
  margin-top: 0.25em;
  font-size: 1.25em;
}

.index_title_area .column_visitor_reservation_app .fd_ins.closing .cls02 br {
  display: none;
}

.index_title_area .column_visitor_reservation_app .fd_ins.closing .next_info {
  margin: 1em auto 0;
  border: 3px solid #fff;
  padding: 1em;
  max-width: 600px;
}

.index_title_area .column_visitor_reservation_app .fd_ins.closing .next_days {
  font-size: 1.25em;
}

.index_title_area .column_visitor_reservation_app .fd_ins.closing .next_days br {
  display: none;
}

.index_title_area .column_visitor_reservation_app .fd_ins.closing .next_venue {
  margin-top: 0.25em;
  font-size: 1.25em;
}

@media screen and (max-width: 599px) {
  .index_title_area .column_visitor_reservation_app .fd_ins.closing .cls02 {
    font-weight: normal;
  }
  .index_title_area .column_visitor_reservation_app .fd_ins.closing .cls02 br {
    display: block;
  }
  .index_title_area .column_visitor_reservation_app .fd_ins.closing .next_info .next_days br {
    display: block;
  }
}

@media screen and (max-width: 349px) {
  .index_title_area .column_visitor_reservation_app .fd_ins.closing .cls01 {
    font-size: 1.75em;
  }
}

.index_title_area .column_visitor_reservation_app a {
  color: #fff;
}

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

.award2019 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background: -o-linear-gradient(top, #fff 0%, #eee 100%);
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  text-align: center;
  line-height: 1.5;
}

.award2019 .award_logo {
  margin: 1em auto;
  width: 90%;
  max-width: 220px;
}

.award2019 .award_logo img {
  width: 100%;
}

.award2019 .column_title h2 {
  line-height: 1.2;
}

.award2019 h2.AWARD2019_h2 {
  font-size: 1.325em;
  margin: 1.5em auto 0.75em;
  border: solid #000;
  border-width: 1px 0;
  max-width: 30em;
  padding: 0.25em 0;
}

@media screen and (max-width: 399px) {
  .award2019 h2.AWARD2019_h2 {
    font-size: 1em;
    padding: 0.5em 0;
  }
}

.award2019 .d_copy01 {
  font-size: 1.25em;
  font-weight: bold;
}

@media screen and (max-width: 449px) {
  .award2019 .d_copy01 {
    font-size: 1em;
  }
}

.award2019 .d_copy02 {
  font-size: 1.125em;
  margin: 0.25em 0 1.5em;
}

@media screen and (max-width: 449px) {
  .award2019 .d_copy02 {
    font-size: 1em;
  }
}

.award2019 .d_copy03 a {
  display: block;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.25em;
  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: 2px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 0.5em 2em;
  border-radius: 2.5em;
}

.award2019 .d_copy03 a:hover {
  opacity: 0.8;
}

.block_pad.talksession2019 {
  padding: 0;
  background-image: url(../event/talksession_img/ts2019.jpg);
  text-align: center;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.block_pad.talksession2019 .ins {
  background-color: rgba(64, 106, 163, 0.7);
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 5em 0;
}

@media screen and (max-width: 599px) {
  .block_pad.talksession2019 .ins {
    padding: 3em 0;
  }
}

.block_pad.talksession2019 h2 {
  line-height: 1.2;
}

.block_pad.talksession2019 .contents .info {
  border: solid #fff;
  border-width: 1px 0;
  padding: 0.5em;
  max-width: 800px;
  margin: 0 auto 2em;
}

.block_pad.talksession2019 .contents .day_time {
  font-size: 2em;
}

@media screen and (max-width: 499px) {
  .block_pad.talksession2019 .contents .day_time {
    font-size: 1.75em;
  }
}

@media screen and (max-width: 349px) {
  .block_pad.talksession2019 .contents .day_time {
    font-size: 1.5em;
  }
}

.block_pad.talksession2019 .contents .day_time .min {
  font-size: 70%;
}

.block_pad.talksession2019 .contents .venue {
  font-size: 1.3em;
}

.block_pad.talksession2019 .contents .copy {
  font-size: 2em;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .block_pad.talksession2019 .contents .copy {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 499px) {
  .block_pad.talksession2019 .contents .copy {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 349px) {
  .block_pad.talksession2019 .contents .copy {
    font-size: 1.125em;
  }
}

.block_pad.talksession2019 .contents .sub {
  margin-top: 0.5em;
  font-size: 1.3em;
  line-height: 1.35;
}

@media screen and (max-width: 499px) {
  .block_pad.talksession2019 .contents .sub {
    font-size: 1em;
  }
}

@media screen and (max-width: 349px) {
  .block_pad.talksession2019 .contents .sub {
    font-size: 0.875em;
  }
}

.block_pad.talksession2019 .contents ul {
  background: #fff;
  padding: 4px;
  margin: 2em auto;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 449px) {
  .block_pad.talksession2019 .contents ul {
    padding: 2px;
  }
}

.block_pad.talksession2019 .contents li {
  width: 25%;
}

.block_pad.talksession2019 .contents img {
  width: 100%;
}

.block_pad.talksession2019 .d_copy03 a {
  display: block;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.25em;
  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: 2px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 0.5em 2em;
  border-radius: 2.5em;
}

@media screen and (max-width: 369px) {
  .block_pad.talksession2019 .d_copy03 a {
    font-size: 1em;
  }
}

.block_pad.talksession2019 .d_copy03 a:hover {
  opacity: 0.8;
}

.column_bg_color_pickuptheme {
  background-image: url(../images/index/concept_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.concept_sum .concept_title {
  text-align: center;
}

.concept_sum .concept_title img {
  width: 100%;
  max-width: 550px;
}

@media screen and (max-width: 599px) {
  .concept_sum .concept_title img {
    width: 90%;
    margin: 0 auto;
  }
}

.concept_sum .goto_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concept_sum .goto_page a {
  display: block;
  background: rgba(45, 77, 129, 0.8);
  border: 2px solid white;
  color: #fff;
  font-size: 1.25em;
  padding: 0.75em 1em;
  border-radius: 2.75em;
  margin: 2em auto 0;
  width: 90%;
  max-width: 600px;
  text-align: center;
}

.concept_sum .goto_page a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.concept_sum .goto_page a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  .concept_sum .goto_page a {
    font-size: 1em;
    border-radius: 6px;
  }
}

@media screen and (max-width: 349px) {
  .concept_sum .goto_page a {
    width: 100%;
    font-size: 0.875em;
  }
}

h3.conf_hd {
  background: #4dc2bb;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding: 0.5em;
  border-radius: 1.25em;
}

@media screen and (max-width: 1119px) {
  h3.conf_hd {
    font-size: 1.25em;
    line-height: 1.5;
    border-radius: 0.25em;
  }
}

@media screen and (max-width: 599px) {
  h3.conf_hd {
    padding: 0.5em 0.75em;
    text-align: left;
    font-size: 1.125em;
  }
}

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

ul.index_conf_ver01 {
  margin: 0 0 2em;
  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;
}

ul.index_conf_ver01 li {
  background: #fff;
  border: 1px solid #ccc;
  width: calc(25% - 1.5em);
  margin: 0.75em;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 899px) {
  ul.index_conf_ver01 li {
    width: calc(33.33% - 1em);
    margin: 0.5em;
  }
}

@media screen and (max-width: 599px) {
  ul.index_conf_ver01 li {
    width: calc(50% - 2em);
    margin: 1em;
  }
}

@media screen and (max-width: 499px) {
  ul.index_conf_ver01 li {
    width: calc(50% - 1em);
    margin: 0.5em;
  }
}

@media screen and (max-width: 399px) {
  ul.index_conf_ver01 li {
    width: calc(50% - 0.5em);
    margin: 0.25em;
  }
}

ul.index_conf_ver01 li a {
  pointer-events: none;
  display: block;
  padding: 0.75em;
  color: #333;
}

ul.index_conf_ver01 li a:hover {
  background: #f0f0f0;
}

@media screen and (max-width: 499px) {
  ul.index_conf_ver01 li a {
    padding: 0.5em;
  }
}

ul.index_conf_ver01 .num {
  background: rgba(247, 111, 13, 0.85);
  color: #fff;
}

ul.index_conf_ver01 .num.i-col {
  background: rgba(255, 177, 0, 0.85);
}

ul.index_conf_ver01 .num p {
  font-weight: bold;
  height: 3em;
  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;
}

ul.index_conf_ver01 .num p span.min {
  font-size: 70%;
  display: block;
}

ul.index_conf_ver01 .ph {
  width: 100%;
  margin-right: 0em;
  position: relative;
}

ul.index_conf_ver01 .ph:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: #fff;
}

ul.index_conf_ver01 .ph .ins {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

ul.index_conf_ver01 .ph img {
  width: 100%;
}

ul.index_conf_ver01 .data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.25em;
}

ul.index_conf_ver01 .name {
  font-size: 1.125em;
  margin-top: 0.75em;
  font-weight: bold;
  text-align: center;
}

ul.index_conf_ver01 .name:after {
  content: "氏";
  font-size: 65%;
  margin-left: 0.25em;
}

ul.index_conf_ver01 .post {
  font-size: 0.8125em;
  margin-top: 0.5em;
  line-height: 1.5;
}

.lim_conf {
  margin-bottom: 1.25rem;
}

.lim_conf a {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.25em;
  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: 2px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 0.5em 2em;
  border-radius: 2.5em;
}

.lim_conf a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 499px) {
  .lim_conf a {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 329px) {
  .lim_conf a {
    font-size: 1em;
  }
}

.conf_guide_txt {
  text-align: center;
  line-height: 1.5;
}

.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(33.33% - 0.75em);
  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(100% - 20px);
    max-width: 480px;
    margin: 10px auto;
  }
}

@media screen and (max-width: 599px) {
  .previous_event_wrap .one_trs {
    width: calc(100% - 5px);
    margin: 5px 0;
  }
}

.previous_event_wrap .one_trs.ot01 {
  display: none;
  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.25em;
  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;
  }
}

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

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

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

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

.sponsor,
.co_partners,
.other_link {
  background: #fff;
  border-radius: 8px;
  padding: 2em;
}

.sponsor ul,
.co_partners ul,
.other_link 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) {
  .sponsor ul,
  .co_partners ul,
  .other_link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sponsor ul li,
.co_partners ul li,
.other_link ul li {
  margin: 8px;
}

.sponsor ul li img,
.co_partners ul li img,
.other_link ul li img {
  max-height: 65px;
}

.sponsor ul li.pad_set,
.co_partners ul li.pad_set,
.other_link ul li.pad_set {
  border: 1px solid #ccc;
  padding: 10px;
}

.sponsor ul li.pad_set img,
.co_partners ul li.pad_set img,
.other_link ul li.pad_set img {
  max-height: calc(65px - 20px);
}

.sponsor {
  margin: 3em 0 0;
}

.sponsor a {
  pointer-events: none;
  cursor: default;
}

.sponsor p.sc {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
}

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

.sponsor ul.gold li img {
  max-height: none;
  height: auto;
  width: 100%;
  max-width: 400px;
}

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

.sponsor ul.silver li,
.sponsor ul.bronze li {
  margin: 10px 30px;
}

.sponsor ul.silver li img {
  max-height: none;
  height: 100px;
}

@media screen and (max-width: 599px) {
  .sponsor ul.silver li img {
    height: auto;
    width: 80%;
  }
  .sponsor ul.silver li img.otherSet_core {
    height: 90px;
    width: auto;
  }
}

.sponsor ul.bronze li img {
  max-height: none;
  height: 40px;
}

@media screen and (max-width: 599px) {
  .sponsor ul.bronze li img {
    height: auto;
    width: 60%;
    margin: 1em 0;
  }
}

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

.partners_flex_wrap {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partners_flex_wrap .co_partners {
  width: calc(50% - 0.5em);
}

@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 .co_partners {
    width: 100%;
    margin-bottom: 1em;
  }
}

.partners_flex_wrap p.sc {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 0.75em;
}

.partners_flex_wrap ul.grobal_ul {
  max-width: 100%;
}

.partners_flex_wrap ul.grobal_ul img {
  max-width: 100%;
}

.other_link li {
  border: 1px solid #ccc;
}

.other_link li.bordernone {
  border: none;
}

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

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