@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800");
.index_title_area {
  background-color: #444;
  background-image: url(../images/index/1116_022.jpg);
  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);
  min-height: 800px;
  min-height: 950px;
}

@media screen and (max-width: 599px) {
  .index_title_area .flex_ins {
    min-height: 500px;
  }
}

@media screen and (max-width: 349px) {
  .index_title_area .flex_ins {
    min-height: 600px;
  }
}

.index_title_area .contents_layout {
  position: relative;
  width: 100%;
  height: 100%;
}

.index_title_area h1.title {
  text-align: center;
  height: calc(100% - 260px);
  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: 399px) {
  .index_title_area h1.title {
    height: calc(100% - 260px + 2em);
  }
}

@media screen and (max-width: 699px) {
  .index_title_area h1.title img {
    width: 90%;
  }
}

.index_title_area .foot_ad {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.index_title_area .column_visitor_reservation_app {
  padding: 3em 0;
  color: #fff;
  background-color: rgba(239, 92, 78, 0.3);
}

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

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

.column_pack {
  padding: 5em 0;
}

@media screen and (max-width: 999px) {
  .column_pack {
    padding: 3em 0;
  }
}

.column_bg_color01 {
  background: #f9f9f9;
}

.column_title {
  text-align: center;
}

.column_title h2 {
  font-size: 3em;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}

.report_wrap {
  margin: 4em 0 4em;
}

.report_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) {
  .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 {
  text-align: center;
  width: 30%;
  margin: 0 8px;
  border: 1px solid #999;
}

.report_wrap .repo_days .repo_one .days {
  background: #090;
  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: #090;
  font-size: 2.25em;
  margin: 0.75em 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.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;
  }
}

@media screen and (max-width: 1199px) {
  .news_wrap .widget {
    margin: 0;
    text-align: center;
  }
  .news_wrap .widget iframe {
    width: 400px !important;
  }
}

@media screen and (max-width: 949px) {
  .news_wrap .widget iframe {
    width: 340px !important;
  }
}

@media screen and (max-width: 849px) {
  .news_wrap .widget iframe {
    width: 290px !important;
  }
}

@media screen and (max-width: 749px) {
  .news_wrap .widget iframe {
    width: 240px !important;
  }
}

@media screen and (max-width: 649px) {
  .news_wrap .widget iframe {
    width: 220px !important;
  }
}

@media screen and (max-width: 599px) {
  .news_wrap .widget iframe {
    width: 460px !important;
  }
}

@media screen and (max-width: 499px) {
  .news_wrap .widget iframe {
    width: 380px !important;
  }
}

@media screen and (max-width: 449px) {
  .news_wrap .widget iframe {
    width: 340px !important;
  }
}

@media screen and (max-width: 399px) {
  .news_wrap .widget iframe {
    width: 300px !important;
  }
}

@media screen and (max-width: 349px) {
  .news_wrap .widget iframe {
    width: 270px !important;
  }
}

.news_list dl {
  font-size: 1em;
  line-height: 1.5;
  border-top: 1px solid #ddd;
  margin: 0 0.5em;
}

.news_list dl dt {
  float: left;
  width: 7em;
  padding: 1em 0.5em;
}

.news_list dl dd {
  padding-left: 7em;
  padding: 1em 0.5em;
  border-bottom: 1px solid #ddd;
}

.h3_floormap {
  margin-top: 3em;
}

.pdf_floormap {
  display: block;
  background: #e33;
  text-align: center;
  color: #fff;
  margin: 0 15px;
  padding: 1em;
  line-height: 1.3;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 999px) {
  .pdf_floormap:hover {
    opacity: 0.7;
  }
}

.edge_technology_bg {
  background-image: -webkit-linear-gradient(330deg, #84fab0 0%, #8fd3f4 100%);
  background-image: -o-linear-gradient(330deg, #84fab0 0%, #8fd3f4 100%);
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  background-image: -webkit-linear-gradient(330deg, #96fbc4 0%, #f9f586 100%);
  background-image: -o-linear-gradient(330deg, #96fbc4 0%, #f9f586 100%);
  background-image: linear-gradient(120deg, #96fbc4 0%, #f9f586 100%);
  background-image: -webkit-linear-gradient(105deg, #93a5cf 0%, #e4efe9 100%);
  background-image: -o-linear-gradient(105deg, #93a5cf 0%, #e4efe9 100%);
  background-image: linear-gradient(-15deg, #93a5cf 0%, #e4efe9 100%);
}

.edge_technology {
  margin: 3em auto;
}

.edge_technology .copy {
  width: 90%;
  margin: 0 auto 50px;
}

.edge_technology .copy img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .edge_technology .copy {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.edge_technology .theme {
  font-size: 1.125em;
  text-align: center;
  font-weight: bold;
  margin: 2em 0 0.5em;
}

.edge_technology .six_images {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 1em 100px;
  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;
}

.edge_technology .six_images > div {
  margin: 5px 0;
  width: calc((100%/6) - 10px);
}

.edge_technology .six_images img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .edge_technology .six_images {
    padding: 1em 1.5em;
  }
}

@media screen and (max-width: 599px) {
  .edge_technology .six_images > div {
    width: calc((100%/3) - 5px);
  }
}

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

.edge_technology .goto_page a {
  display: block;
  background: #000;
  color: #fff;
  margin: 1.25em auto;
  font-size: 1.75em;
  padding: 0.5em 1em;
  border-radius: 2.75em;
  width: 90%;
  max-width: 25em;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .edge_technology .goto_page a {
    margin-bottom: 0;
  }
}

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

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

.conference_bg {
  background-color: #444;
  background-image: url(../images/index/170712_025.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.conference_bg .background_ins {
  background-color: rgba(231, 134, 0, 0.8);
  width: 100%;
  height: 100%;
}

.conference_bg .column_pack {
  padding: 5em 0;
}

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

.conference_bg .column_title {
  text-align: left;
}

@media screen and (max-width: 599px) {
  .conference_bg .column_title {
    text-align: center;
  }
}

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

.conference_flex_wrap > div {
  width: calc(50% - 2em);
}

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

.conference_summary {
  font-size: 1.25em;
  line-height: 1.7;
  margin-top: 2em;
}

@media screen and (max-width: 599px) {
  .conference_summary {
    margin-bottom: 1em;
  }
}

.conference_contents a {
  color: #fff;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  font-size: 1.5em;
  text-align: center;
  padding: 1.25em 0;
  margin: 10px 0;
}

.conference_contents a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.pickup_info {
  margin: 3em auto 0;
  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_info .unit {
  width: calc((100% - 3em)/4);
  margin-bottom: 1em;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
}

@media screen and (max-width: 799px) {
  .pickup_info .unit {
    width: calc((100% - 1em)/2);
  }
}

.pickup_info .unit:hover {
  opacity: 0.8;
}

.pickup_info .unit a {
  display: block;
  color: #000;
  height: 100%;
  padding: 1em;
}

.pickup_info .unit .photoArea {
  margin-bottom: 10px;
}

.pickup_info .unit .photoArea img {
  width: 100%;
}

.pickup_info .unit .photoArea img:hover {
  opacity: 1;
}

.pickup_info .unit .tab {
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  margin-bottom: 5px;
}

.pickup_info .unit .colorLabel-k {
  background: #f76f0d;
}

.pickup_info .unit .colorLabel-s {
  background: #a6d10e;
}

.pickup_info .unit h2 {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.325;
}

.pickup_info .unit h2 .main {
  display: block;
}

.pickup_info .unit h2 .sub {
  font-size: 85%;
  display: block;
  margin-top: 0.125em;
}

.pickup_info .unit .personal {
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding-top: 0.5em;
}

.pickup_info .unit .personal .name {
  font-weight: bold;
  margin-bottom: 0.325em;
}

.pickup_info .unit .personal .post {
  font-size: 14px;
  line-height: 1.325;
  letter-spacing: -0.05em;
}

.pickup_info .unit .lsp01 {
  letter-spacing: -0.1em;
}

@media screen and (max-width: 599px) {
  .pickup_info {
    display: block;
  }
  .pickup_info .unit {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .pickup_info .unit a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pickup_info .photoArea {
    width: 25%;
    margin-bottom: 0;
    height: auto;
    overflow: auto;
  }
  .pickup_info .rps_right {
    width: calc(75% - 10px);
    height: auto;
  }
}

.about_contents {
  margin: 3em 0;
  text-align: center;
}

.about_contents h3.copy {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 1em;
}

.about_contents .event_name {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5;
}

.about_contents .days {
  font-size: 3em;
  font-weight: 700;
  margin: 0.325em 0;
}

.about_contents .days span {
  font-size: 50%;
  padding-right: 5px;
}

.about_contents .venue {
  font-weight: bold;
  font-size: 1.5em;
}

.about_contents .venue_m {
  font-weight: bold;
  font-size: 1.25em;
  margin-top: 0.15em;
}

.about_contents .goto_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_contents .goto_about a {
  display: block;
  background: #000;
  color: #fff;
  margin: 2em auto 0;
  font-size: 2em;
  padding: 0.25em 1em;
  border-radius: 2.5em;
}

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

.about_contents .goto_about a:hover {
  opacity: 0.7;
}

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

.partners_flex_wrap {
  margin: 3em 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 {
    margin: 2em 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partners_flex_wrap > div {
    width: 100%;
    margin-bottom: 1em;
  }
}

.other_link {
  margin: 3em 0;
}

@media screen and (max-width: 599px) {
  .other_link {
    margin: 2em 0 0;
  }
}

.sp_banners p.sc {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
}

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

.sp_banners ul li {
  margin: 8px;
}

.sp_banners ul img {
  max-height: 50px;
  border: 1px solid #ccc;
}

.sp_banners ul img.other_que {
  max-height: 70px;
  width: 220px;
  height: 70px;
}

@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 img {
    max-height: 46px;
  }
  .sp_banners ul img.other_que {
    max-height: 70px;
    width: 220px;
    height: 70px;
  }
}

.column_visitor_reservation_app p.msg0706-1 {
  font-size: 2.25em;
  margin: 0 0 0.25em;
}

@media screen and (max-width: 1199px) {
  .column_visitor_reservation_app p.msg0706-1 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 599px) {
  .column_visitor_reservation_app p.msg0706-1 {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 349px) {
  .column_visitor_reservation_app p.msg0706-1 {
    font-size: 1em;
  }
}

.column_visitor_reservation_app p.msg0706-2 {
  font-size: 2em;
  margin: 0 0 0.75em;
}

@media screen and (max-width: 1199px) {
  .column_visitor_reservation_app p.msg0706-2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 599px) {
  .column_visitor_reservation_app p.msg0706-2 {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 349px) {
  .column_visitor_reservation_app p.msg0706-2 {
    font-size: 1em;
  }
}

.column_visitor_reservation_app p.msg0706-2 a {
  color: #fff;
  text-decoration: underline;
}

.column_visitor_reservation_app p.msg0706-3 {
  font-size: 2em;
  line-height: 1.325;
}
