@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800");
.page_link_1line {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_link_1line a {
  display: block;
  background: #009e41;
  color: #fff;
  margin: 0 auto;
  font-size: 1.125em;
  padding: 0.75em 1.75em;
  border-radius: 2.625em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page_link_1line a {
    max-width: 400px;
    width: 100%;
    border-radius: 4px;
  }
}
.page_link_1line a:hover {
  opacity: 0.7;
}

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

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

html, body {
  height: 100%;
  margin: 0 auto;
}

.title_all_area {
  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;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 2;
  background-image: url("../images/index/west_background_v12.jpg");
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .title_all_area {
    padding: 0;
    height: auto;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .title_all_area {
    background-image: none;
  }
}
.title_all_area .title_box_bk_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  width: 1100px;
  padding: 30px 60px;
}
@media screen and (max-width: 767px) {
  .title_all_area .title_box_bk_bg {
    background-color: black;
  }
}
.title_all_area .title_box_bk_bg img {
  width: 100%;
}
@media screen and (max-width: 1149px) {
  .title_all_area .title_box_bk_bg {
    width: auto;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .title_all_area .title_box_bk_bg {
    width: 100%;
  }
}
@media screen and (max-width: 449px) {
  .title_all_area .title_box_bk_bg {
    padding: 15px 15px;
  }
}

.wrap_2clm {
  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;
}
.wrap_2clm .box_title {
  width: 500px;
}
.wrap_2clm .box_nav {
  width: 420px;
}
@media screen and (min-width: 1150px) {
  .wrap_2clm .box_nav {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1149px) {
  .wrap_2clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrap_2clm .box_title,
.wrap_2clm .box_nav {
    width: auto;
    max-width: 500px;
  }
  .wrap_2clm .box_nav {
    margin-top: 30px;
  }
}
@media screen and (max-width: 449px) {
  .wrap_2clm .box_nav {
    margin-top: 15px;
  }
}
.wrap_2clm .box_title h1 {
  max-width: 460px;
  margin: 0 auto;
}
.wrap_2clm .box_title .briefing_exhibitors.ira {
  max-width: 440px;
  margin: 0 auto;
  margin-top: 20px;
}
.wrap_2clm .box_nav .concept_nav {
  margin: 0 auto;
  width: 100%;
}
.wrap_2clm .box_nav .concept_nav a {
  display: block;
  background: #0058b3;
  border-radius: 3px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
}
.wrap_2clm .box_nav .concept_nav a:hover {
  background: #009fe8;
}
.wrap_2clm .box_nav .next_banner {
  margin-bottom: 5px;
  border-radius: 3px;
  overflow: hidden;
}
.wrap_2clm .box_nav .next_banner img {
  width: 100%;
}
.wrap_2clm .box_nav .next_contact a {
  display: block;
  background: #009e41;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
}
.wrap_2clm .box_nav .next_contact a:hover {
  opacity: 0.8;
}
.wrap_2clm .box_nav .app_login_v3 {
  margin-bottom: 6px;
}
.wrap_2clm .box_nav .app_login_v3 a {
  display: block;
  background: #ef5c4e;
  color: #fff;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 1.25em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.wrap_2clm .box_nav .app_login_v3 a:hover {
  opacity: 0.7;
}
.wrap_2clm .box_nav .app_login_v3 a .online_start {
  text-align: center;
  text-shadow: none;
  font-size: 14px;
  margin-top: 6px;
}
.wrap_2clm .box_nav .app_login_v2 {
  background: #ef5c4e;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 8px;
}
.wrap_2clm .box_nav .app_login_v2 .tt {
  font-size: 1.125em;
  text-align: center;
  padding: 8px 0;
}
.wrap_2clm .box_nav .app_login_v2 .button {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 3px;
}
.wrap_2clm .box_nav .wrap_page_ondemand {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_2clm .box_nav .wrap_page_ondemand a {
  width: calc((100% - 5px) / 2);
  text-align: center;
  color: #fff;
  padding: 0;
  height: 5.5em;
  border-radius: 3px;
  font-size: 1.125em;
  line-height: 1.25;
  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;
}
.wrap_2clm .box_nav .wrap_page_ondemand a .ins {
  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;
}
.wrap_2clm .box_nav .wrap_page_ondemand a .ins .en {
  display: block;
  font-size: 60%;
  letter-spacing: 0.25em;
  margin-bottom: 5px;
}
.wrap_2clm .box_nav .wrap_page_ondemand a:hover {
  opacity: 0.7;
}
.wrap_2clm .box_nav .wrap_page_ondemand a.ondemand {
  background: #bfdfdf;
  font-weight: bold;
  color: #008080;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfdfdf), to(#91c9c9));
  background-image: linear-gradient(180deg, #bfdfdf 0%, #91c9c9 100%);
}
.wrap_2clm .box_nav .wrap_page_ondemand a.exhibit {
  background: #017300;
}
.wrap_2clm .box_nav .wrap_page {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_2clm .box_nav .wrap_page a {
  display: block;
  width: calc((100% - 5px) / 2);
  text-align: center;
  color: #fff;
  padding: 10px 0;
  border-radius: 3px;
  font-size: 0.9125em;
}
.wrap_2clm .box_nav .wrap_page a:hover {
  opacity: 0.7;
}
.wrap_2clm .box_nav .wrap_page a.conf {
  background: #028080;
}
.wrap_2clm .box_nav .wrap_page a.exhibit {
  background: #017300;
}
.wrap_2clm .box_nav .news_line_eff {
  margin: 20px 0;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0;
  padding: 0.5em 5px;
  font-size: 14px;
  line-height: 1.5;
}
.wrap_2clm .box_nav .news_line_eff a {
  color: #fff;
}
.wrap_2clm .box_nav .news_line_eff .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrap_2clm .box_nav .news_line_eff .newsHead {
  font-size: 10px;
  background: #009e41;
  border-radius: 1px;
  color: #fff;
  margin-right: 0.75em;
  margin-top: 1px;
  padding: 0.25em 0.5em;
}
.wrap_2clm .box_nav .news_line_eff .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap_2clm .box_nav .news_line_eff .line p a {
  text-decoration: underline;
}
@media screen and (max-width: 559px) {
  .wrap_2clm .box_nav .news_line_eff .line p {
    font-size: 0.8125em;
  }
}
.wrap_2clm .box_nav .news_line_eff .line span.day {
  font-weight: bold;
  margin-right: 0.5em;
}
.wrap_2clm .box_nav .news_line_eff .at_info {
  text-align: right;
  font-size: 0.875em;
}
.wrap_2clm .box_nav .news_line_eff .at_info a {
  text-decoration: underline;
}
.wrap_2clm .box_nav .guideline-COVID‑19 {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .wrap_2clm .box_nav .guideline-COVID‑19 {
    margin: 1em 0.5em 0;
    text-align: left;
  }
}
.wrap_2clm .box_nav .guideline-COVID‑19 a {
  color: #fff;
}
.wrap_2clm .box_nav .guideline-COVID‑19 a:hover {
  opacity: 0.6;
}
.wrap_2clm .box_nav .first_nav {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_2clm .box_nav .first_nav .button {
  width: calc((100% - 5px) / 2);
}
.wrap_2clm .box_nav .first_nav .button.smp {
  width: 100%;
}
.wrap_2clm .box_nav .first_nav .button a {
  margin-top: 5px;
  text-align: center;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  color: #000;
  padding: 10px 0;
  font-size: 13px;
}
.wrap_2clm .box_nav .first_nav .button a:hover {
  background: white;
}

.title_all_area .title_box_preRegistration_ver {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  width: 1100px;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .title_all_area .title_box_preRegistration_ver {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.title_all_area .title_box_preRegistration_ver img {
  width: 100%;
}
@media screen and (min-width: 1800px) {
  .title_all_area .title_box_preRegistration_ver {
    width: 1180px;
    padding: 80px;
  }
}
@media screen and (min-width: 1100px) {
  .title_all_area .title_box_preRegistration_ver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .title_all_area .title_box_preRegistration_ver .title_image_1st {
    width: 520px;
    margin-left: 10px;
  }
  .title_all_area .title_box_preRegistration_ver .sub_navi_2nd {
    width: 420px;
  }
}
@media screen and (max-width: 1099px) {
  .title_all_area .title_box_preRegistration_ver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 600px;
  }
  .title_all_area .title_box_preRegistration_ver .title_image_1st {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .title_all_area .title_box_preRegistration_ver {
    width: 100%;
    max-width: none;
    padding: 15px;
  }
  .title_all_area .title_box_preRegistration_ver .title_image_1st,
.title_all_area .title_box_preRegistration_ver .sub_navi_2nd {
    margin: 0 auto;
    width: 100%;
    max-width: 520px;
  }
}
.title_all_area .app_login {
  margin-bottom: 6px;
}
.title_all_area .app_login a {
  display: block;
  background: #ef5c4e;
  color: #fff;
  padding: 35px 0;
  border-radius: 3px;
  font-size: 1.25em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.title_all_area .app_login a:hover {
  opacity: 0.7;
}
.title_all_area .wrap_page {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title_all_area .wrap_page a {
  display: block;
  width: calc((100% - 6px) / 2);
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 0.9125em;
}
.title_all_area .wrap_page a:hover {
  opacity: 0.7;
}
.title_all_area .wrap_page a.conf {
  background: #028080;
}
.title_all_area .wrap_page a.exhibit {
  background: #017300;
}
.title_all_area .news_line {
  margin: 20px 0 0;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0;
  padding: 0.5em 5px;
}
@media screen and (max-width: 559px) {
  .title_all_area .news_line {
    margin: 1em 0 0;
  }
}
.title_all_area .news_line .news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.title_all_area .news_line .n {
  font-size: 10px;
  background: #009900;
  border-radius: 1px;
  color: #fff;
  margin-top: 1px;
  margin-right: 0.75em;
  padding: 0.25em 0.5em;
}
.title_all_area .news_line .n-body p {
  font-size: 14px;
  line-height: 1.5;
}
.title_all_area .news_line .n-body p span.days {
  font-size: 14px;
  font-weight: bold;
  margin-right: 0.75em;
}
.title_all_area .news_line .n-body p a {
  color: #fff;
  text-decoration: underline;
}
.title_all_area .news_line p.list_to {
  margin-left: auto;
  font-size: 0.875em;
}
.title_all_area .news_line p.list_to a {
  color: #fff;
}
.title_all_area .guideline-COVID‑19 {
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 0;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .title_all_area .guideline-COVID‑19 {
    text-align: left;
  }
}
.title_all_area .guideline-COVID‑19 a {
  color: #fff;
}
.title_all_area .guideline-COVID‑19 a:hover {
  opacity: 0.6;
}
.title_all_area .middle_nav {
  margin: 0 auto;
  width: 100%;
}
.title_all_area .middle_nav .first_nav {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title_all_area .middle_nav .first_nav .button {
  width: 100%;
}
.title_all_area .middle_nav .first_nav .button.smp {
  width: 100%;
}
.title_all_area .middle_nav .first_nav .button a {
  margin-top: 5px;
  text-align: center;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  color: #000;
  padding: 10px 0;
  font-size: 13px;
}
.title_all_area .middle_nav .first_nav .button a:hover {
  background: white;
}

.title_all_area .title_box {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  width: 660px;
  padding: 30px 30px;
}
@media screen and (max-width: 767px) {
  .title_all_area .title_box {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.title_all_area .title_box img {
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .title_all_area .title_box {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .title_all_area .title_box {
    width: 100%;
  }
}
@media screen and (max-width: 449px) {
  .title_all_area .title_box {
    padding: 15px 15px;
  }
}
.title_all_area .title_box .title_position_set {
  position: relative;
}
.title_all_area .title_box h1 {
  text-align: center;
}
.title_all_area .title_box h1 img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .title_all_area .title_box h1 img {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .title_all_area .title_box h1 img {
    width: 100%;
    max-width: 600px;
  }
}
.title_all_area .title_box .briefing_exhibitors {
  margin: 15px 0;
  border-radius: 6px;
  overflow: hidden;
}
.title_all_area .title_box .middle_nav {
  margin: 15px auto 15px;
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 1600px) {
  .title_all_area .title_box .middle_nav {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .title_all_area .title_box .middle_nav {
    width: 100%;
  }
}
.title_all_area .title_box .msg_0501 {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  font-size: 1.125em;
  border: solid #fff;
  border-width: 1px 0;
  padding: 10px 0;
}
.title_all_area .title_box .first_nav {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title_all_area .title_box .first_nav .button {
  width: calc((100% - 5px) / 2);
}
.title_all_area .title_box .first_nav .button.smp {
  width: 100%;
}
.title_all_area .title_box .first_nav .button a {
  margin-top: 5px;
  text-align: center;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  color: #000;
  padding: 10px 0;
  font-size: 13px;
}
.title_all_area .title_box .first_nav .button a:hover {
  background: white;
}
.title_all_area .title_box .news_line {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0;
  padding: 0.5em 5px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 559px) {
  .title_all_area .title_box .news_line {
    margin: 1em 0 0;
  }
}
.title_all_area .title_box .news_line p:nth-child(1) {
  font-size: 10px;
  background: #009900;
  border-radius: 1px;
  color: #fff;
  margin-right: 0.75em;
  padding: 0.25em 0.5em;
}
.title_all_area .title_box .news_line p:nth-child(2) {
  font-weight: bold;
  margin-right: 0.75em;
}
.title_all_area .title_box .news_line p:nth-child(4) {
  margin-left: auto;
  font-size: 0.875em;
}
.title_all_area .title_box .news_line p:nth-child(4) a {
  color: #fff;
}
.title_all_area .title_box .guideline-COVID‑19 {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .title_all_area .title_box .guideline-COVID‑19 {
    margin: 1em 1em 0;
    text-align: left;
  }
}
.title_all_area .title_box .guideline-COVID‑19 a {
  color: #fff;
}
.title_all_area .title_box .guideline-COVID‑19 a:hover {
  opacity: 0.6;
}

.middle_all {
  background-image: url("../images/index/middle_all.jpg?");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  min-height: 100vh;
}
.middle_all .one_column {
  padding: 80px 0;
}
@media screen and (max-width: 1023px) {
  .middle_all .one_column {
    padding: 80px 0;
  }
}
@media screen and (max-width: 559px) {
  .middle_all .one_column {
    padding: 45px 0;
  }
}
.middle_all .one_column.bg04 {
  background: rgba(0, 0, 0, 0.5);
}
.middle_all .one_column.bg00 {
  background: rgba(0, 0, 0, 0);
}
.middle_all .one_column.first_banner_group {
  background: black;
  padding: 0;
}

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

.first_banner_group .ins {
  padding: 25px 20px;
  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;
}
.first_banner_group .ins .yt_out {
  width: 35%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.first_banner_group .ins .slide_out {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .first_banner_group .ins {
    padding: 25px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .first_banner_group .ins .yt_out,
.first_banner_group .ins .slide_out {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .first_banner_group .ins .yt_out {
    margin-bottom: 10px;
  }
}
.first_banner_group .yt {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.first_banner_group .yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.first_banner_group .slide_out ul.slide-items img {
  padding: 3px;
  width: 100%;
}

.report_wrap_all {
  margin-top: 2em;
}
.report_wrap_all h3 {
  width: 100%;
  font-size: 1.125em;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
  border: solid #fff;
  border-width: 1px 0;
  padding: 0.5em 0;
}
.report_wrap_all .repo_days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.report_wrap_all .repo_days .repo_one {
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  margin: 3px;
  padding: 1em;
  border-radius: 6px;
  text-align: center;
}
.report_wrap_all .repo_days .repo_one .d {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.75em;
}
.report_wrap_all .repo_days .repo_one .number {
  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;
  margin: 0.5em 0;
}
.report_wrap_all .repo_days .repo_one .number .circle {
  color: #fff;
  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;
  font-size: 1.5em;
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
.report_wrap_all .repo_days .repo_one .number .circle span.lst {
  display: block;
  margin-top: 3px;
  font-size: 12px;
}
.report_wrap_all .repo_days .repo_one .number .min {
  font-size: 40%;
  margin-left: 3px;
}
.report_wrap_all .repo_days .repo_one .sub_info {
  line-height: 1.5;
}
.report_wrap_all .repo_days .repo_one .sub_info > span {
  display: block;
  font-size: 0.8125em;
}
.report_wrap_all .repo_days .repo_one .sub_info > span > span {
  display: inline;
  font-size: 135%;
}
.report_wrap_all .repo_days .repo_one.kaijo {
  width: calc(30% - 6px);
}
.report_wrap_all .repo_days .repo_one.kaijo .number .circle {
  background: #090;
}
.report_wrap_all .repo_days .repo_one.kaijo .d {
  color: #090;
}
.report_wrap_all .repo_days .repo_one.ondemand {
  width: calc(30% - 6px);
}
.report_wrap_all .repo_days .repo_one.ondemand .number .circle {
  background: #53a09e;
}
.report_wrap_all .repo_days .repo_one.ondemand .d {
  color: #53a09e;
}
.report_wrap_all .repo_days .repo_one.total {
  width: calc(40% - 6px);
}
.report_wrap_all .repo_days .repo_one.total .number .circle {
  background: #ef5c4e;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  font-size: 2.5em;
}
.report_wrap_all .repo_days .repo_one.total .minD {
  font-size: 80%;
}
.report_wrap_all .repo_days .repo_one.total .d {
  color: #ef5c4e;
}
@media screen and (max-width: 1159px) {
  .report_wrap_all .repo_days {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .report_wrap_all .repo_days .repo_one {
    margin: 0 auto 8px;
  }
  .report_wrap_all .repo_days .repo_one.kaijo, .report_wrap_all .repo_days .repo_one.ondemand, .report_wrap_all .repo_days .repo_one.total {
    width: calc(100% - 1em);
    max-width: 500px;
  }
}

.report_locally_wrap h3 {
  font-size: 1.125em;
  color: #fff;
  margin-bottom: 1.5em;
  text-align: center;
}
.report_locally_wrap .repo_days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.report_locally_wrap .repo_days .repo_one {
  text-align: center;
  width: 30%;
  margin: 0 8px;
  border: 1px solid #999;
  background: #fff;
}
.report_locally_wrap .repo_days .repo_one .days {
  background: #090;
  color: #fff;
  padding: 0.325em 0;
  font-size: 1.25em;
}
.report_locally_wrap .repo_days .repo_one .days .min {
  font-size: 75%;
  padding: 0 1px;
}
.report_locally_wrap .repo_days .repo_one .number {
  color: #090;
  font-size: 2.25em;
  margin: 0.75em 0 0.25em;
}
.report_locally_wrap .repo_days .repo_one .number .min {
  font-size: 40%;
}
.report_locally_wrap .repo_days .repo_one .sub_info {
  color: #000;
  margin-bottom: 1em;
  line-height: 1.5;
}
.report_locally_wrap .repo_days .repo_one.total .days {
  background: #ef5c4e;
}
.report_locally_wrap .repo_days .repo_one.total .number {
  color: #ef5c4e;
}
@media screen and (max-width: 767px) {
  .report_locally_wrap .repo_days {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .report_locally_wrap .repo_days .repo_one {
    width: calc(100% - 1em);
    margin: 0 auto 8px;
  }
  .report_locally_wrap .repo_days .repo_one .number {
    margin: 0.325em 0 0.125em;
  }
  .report_locally_wrap .repo_days .repo_one .sub_info {
    margin-bottom: 0.5em;
  }
}

.conf_intro {
  font-size: 1.125em;
  line-height: 1.75;
}

ul.conf_i_list {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.conf_i_list li {
  margin-bottom: 1em;
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 599px) {
  ul.conf_i_list li {
    width: 100%;
  }
}
ul.conf_i_list li a {
  height: 100%;
  display: block;
  color: #333;
  padding: 1em 1.125em;
  background: #f3f3f3;
  border: 1px solid #ddd;
}
ul.conf_i_list li a:hover {
  background: #c0dfdf;
}
ul.conf_i_list h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.conf_i_list h3:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url("../images/icon/arrow-circle-right-solid.svg");
  height: 1em;
  width: 1em;
  margin-right: 0.25em;
}
ul.conf_i_list p {
  line-height: 1.5;
}

.link_to_conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link_to_conf a {
  display: block;
  min-width: 23em;
  font-size: 1.125em;
  margin: 0.25em;
  background: #65a8b4;
  color: #fff;
  padding: 1em 1em;
}
@media screen and (max-width: 599px) {
  .link_to_conf a {
    min-width: inherit;
    width: 100%;
    font-size: 1em;
  }
}
.link_to_conf a:hover {
  opacity: 0.7;
}

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

.sns_smp_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-radius: 0.3125em;
  overflow: hidden;
}
.sns_smp_wrap > div {
  width: 100%;
}
.sns_smp_wrap > div a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}
.sns_smp_wrap > div a img {
  height: 20px;
}
.sns_smp_wrap .tweet {
  background: #1da1f2;
}
.sns_smp_wrap .facebook {
  background: #295199;
}

@media screen and (min-width: 1160px) {
  .sns_pc_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sns_smp_wrap {
    display: none;
  }
}
@media screen and (max-width: 1159px) {
  .sns_pc_wrap {
    display: none;
  }

  .sns_smp_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.about_expo2022 {
  margin: 0;
  width: 100%;
}
.about_expo2022 .wrap_about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_expo2022 .wrap_about .txt,
.about_expo2022 .wrap_about .map {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .about_expo2022 .wrap_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_expo2022 .wrap_about .txt, .about_expo2022 .wrap_about .map {
    width: 100%;
  }
  .about_expo2022 .wrap_about .txt {
    margin-bottom: 1.25em;
  }
}
.about_expo2022 .txt {
  text-align: center;
}
.about_expo2022 .logo {
  margin: 0 auto;
  width: 90%;
  max-width: 320px;
}
@media screen and (max-width: 449px) {
  .about_expo2022 .logo {
    width: 85%;
    max-width: 220px;
  }
}
.about_expo2022 .logo img {
  width: 100%;
}
.about_expo2022 .ex_day {
  margin-top: 1.25em;
}
.about_expo2022 .ex_day p.days {
  font-size: 2.125em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.about_expo2022 .ex_day p.days span {
  font-size: 60%;
}
@media screen and (max-width: 329px) {
  .about_expo2022 .ex_day p.days {
    font-size: 1.5em;
  }
}
.about_expo2022 .plc {
  font-weight: bold;
  margin-top: 0.5em;
  font-size: 1.125em;
  line-height: 1.5;
}
.about_expo2022 .info {
  margin-top: 1em;
  font-size: 0.9125em;
  line-height: 1.675;
}
@media screen and (max-width: 399px) {
  .about_expo2022 .ex_day p.days {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 339px) {
  .about_expo2022 .info {
    font-size: 0.8125em;
  }
}
.about_expo2022 .google-maps {
  margin-top: 0em;
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}
.about_expo2022 .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 599px) {
  .about_expo2022 .google-maps {
    padding-bottom: 75%;
  }
}

ul.media_sponsor_icon,
ul.community_partner_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.media_sponsor_icon img,
ul.community_partner_icon img {
  width: 100%;
}

ul.media_sponsor_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.media_sponsor_icon li {
  background: #fff;
  width: calc(20% - 10px);
  margin: 5px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  ul.media_sponsor_icon li {
    width: calc(33.33% - 4px);
    margin: 2px;
  }
}
@media screen and (max-width: 399px) {
  ul.media_sponsor_icon li {
    width: calc(50% - 4px);
    margin: 2px;
  }
}
ul.media_sponsor_icon img {
  width: 100%;
}

ul.community_partner_icon li {
  background: white;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(33.33% - 10px);
  margin: 5px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  ul.community_partner_icon li {
    width: calc(50% - 4px);
    margin: 2px;
  }
}
@media screen and (max-width: 399px) {
  ul.community_partner_icon li {
    width: 100%;
    margin: 2px;
  }
}

ul.group_link {
  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;
}
ul.group_link li {
  margin: 5px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 560px) {
  ul.group_link img {
    max-height: 40px;
  }
  ul.group_link img.svgImg {
    height: 40px;
  }
}
@media screen and (max-width: 559px) {
  ul.group_link img {
    max-width: 200px;
  }
  ul.group_link img.svgImg {
    width: 200px;
  }
}