@charset "UTF-8";
.page_link_1line {
  margin-top: 2em;
  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;
}
.page_link_1line a {
  display: block;
  background: #009fe8;
  color: #fff;
  margin: 0 5px;
  font-size: 1.125em;
  padding: 0.75em 1.75em;
  border-radius: 2.625em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_link_1line a {
    max-width: 400px;
    width: 100%;
    margin: 2px 5px;
    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;
}

.index_title_area_2023 {
  position: relative;
  background: linear-gradient(30deg, #001945 0%, #001945 20%, #0052e7 100%);
}
.index_title_area_2023 img {
  width: 100%;
}
.index_title_area_2023 .bright_bg_title_area {
  background-image: url("../images/index/title_bg_pc_v04-2.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
  .index_title_area_2023 .bright_bg_title_area {
    background-position: center right;
    background-size: cover;
  }
}
@media screen and (max-width: 1399px) {
  .index_title_area_2023 .bright_bg_title_area {
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 1099px) {
  .index_title_area_2023 .bright_bg_title_area {
    background-image: none;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index_title_area_2023 .bright_bg_title_area .wrap_toppage_main6 {
  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 (min-width: 1200px) {
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main6 {
    padding: 50px 0;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main6 .title_main {
    width: 450px;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main6 .slide_sub {
    width: 640px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main6 {
    display: block;
    padding: 40px 0;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main6 .title_main,
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main6 .slide_sub {
    margin: 0 auto;
    width: calc(100% - 2em);
    max-width: 480px;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main6 .slide_sub {
    margin-top: 2em;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main6 {
    padding: 25px 0;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main6 .slide_sub {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.index_title_area_2023 .bright_bg_title_area .title_main img {
  width: 100%;
}
.index_title_area_2023 .bright_bg_title_area .title_main .event_title {
  margin-bottom: 30px;
}
.index_title_area_2023 .bright_bg_title_area .title_main .event_title.ver17 {
  margin-bottom: 10px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .title_main .event_title.ver17 {
    margin-bottom: 5px;
  }
}
.index_title_area_2023 .bright_bg_title_area .title_main .basic_button_area {
  margin: 0 25px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .title_main .basic_button_area {
    margin: 0 10px;
  }
}
.index_title_area_2023 .bright_bg_title_area .title_main .basic_button_area.ver17 {
  margin: 0 10px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .title_main .basic_button_area.ver17 {
    margin: 0 10px;
  }
}
.index_title_area_2023 .bright_bg_title_area .title_main .basic_button_area.ver17 .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #ef5c4e transparent;
  margin: 0 auto;
}
.index_title_area_2023 .bright_bg_title_area .title_main .event_brief_2024 {
  margin: 18px 0 0;
}
.index_title_area_2023 .bright_bg_title_area .title_main .event_brief_2024 a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.index_title_area_2023 .bright_bg_title_area .title_main .event_brief_2024 a:hover {
  opacity: 0.7;
}
.index_title_area_2023 .bright_bg_title_area .title_main .next2024 {
  margin: 8px 0 0;
}
.index_title_area_2023 .bright_bg_title_area .title_main .next2024 a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.index_title_area_2023 .bright_bg_title_area .title_main .next2024 a:hover {
  opacity: 0.7;
}
.index_title_area_2023 .bright_bg_title_area .title_main .reg_banner {
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .title_main .reg_banner {
    margin-bottom: 6px;
  }
}
.index_title_area_2023 .bright_bg_title_area .title_main .ticket_dl {
  margin-bottom: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .title_main .ticket_dl {
    margin-bottom: 6px;
  }
}
.index_title_area_2023 .bright_bg_title_area .title_main .session_exhibitor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_title_area_2023 .bright_bg_title_area .title_main .session_exhibitor a {
  display: block;
  width: calc(50% - 4px);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .title_main .session_exhibitor a {
    width: calc(50% - 3px);
  }
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .title_main .session_exhibitor {
    margin-bottom: 20px;
  }
}
.index_title_area_2023 .bright_bg_title_area .title_main .online_list {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .title_main .online_list {
    margin-bottom: 10px;
  }
}
.index_title_area_2023 .bright_bg_title_area .slide_sub a:hover img {
  opacity: 0.95;
}
.index_title_area_2023 .bright_bg_title_area .slide_sub ul.main_banners {
  margin: 0;
}
.index_title_area_2023 .bright_bg_title_area .slide_sub ul.main_banners li {
  margin: 0;
}
.index_title_area_2023 .fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime; /*1で解説*/
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; /*2で解説*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /*3で解説*/
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; /*4で解説*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; /*5で解説*/
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; /*6で解説*/
  -webkit-animation-direction: normal;
          animation-direction: normal; /*7で解説*/
}
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.one_column_news_limited {
  padding: 30px 0;
}
.one_column_news_limited.bg03 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
@media screen and (max-width: 559px) {
  .one_column_news_limited {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1100px) {
  .one_column_news_limited .wrap_news_board {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .one_column_news_limited .title_sets {
    padding: 1.5em;
    margin-right: 2em;
    background: #009fe8;
    color: #fff;
  }
  .one_column_news_limited .title_sets a {
    color: #fff;
  }
  .one_column_news_limited .title_sets p.en {
    font-size: 28px;
    font-weight: bold;
  }
  .one_column_news_limited .title_sets p.t {
    font-size: 13px;
  }
  .one_column_news_limited .title_sets p.info {
    font-size: 14px;
    margin-top: 0.75em;
  }
  .one_column_news_limited ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1099px) {
  .one_column_news_limited .title_sets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
  .one_column_news_limited .title_sets p.en {
    display: none;
  }
  .one_column_news_limited .title_sets p.t {
    font-weight: bold;
  }
  .one_column_news_limited .title_sets p.info {
    font-size: 0.875em;
    margin-left: auto;
  }
}
.one_column_news_limited ul li {
  font-size: 1em;
  padding: 0.2em 0;
  line-height: 1.25;
}
.one_column_news_limited ul li a {
  text-decoration: underline;
}
.one_column_news_limited ul li span.yd {
  font-weight: bold;
  padding-right: 1em;
}
@media screen and (max-width: 559px) {
  .one_column_news_limited ul li {
    font-size: 0.875em;
  }
}

.middle_all {
  background-image: url("../images/index/middle_all_2023.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  color: #333;
}
@media screen and (max-width: 559px) {
  .middle_all {
    background-image: url("../images/index/middle_all_2023_min.jpg");
  }
}
.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: white;
}
.middle_all .one_column.bg00 {
  background: rgba(0, 0, 0, 0.25);
}
.middle_all .one_column.bg01 {
  background: linear-gradient(135deg, #9de8ff 10%, #4fe3ff 40%, #2db1f5 100%);
}
.middle_all .one_column.bg03 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
.middle_all .one_column.first_banner_group {
  background: black;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.column_title {
  text-align: center;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 599px) {
  .column_title {
    margin-bottom: 1.5em;
  }
}
.column_title h2 {
  font-size: 2.5em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .column_title h2 {
    font-size: 2.5em;
  }
}
.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;
  }
}

.top_slide_area {
  background: black;
  padding: 30px 0;
}
.top_slide_area h2 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.tsa_banners {
  margin: 0 auto;
}
.tsa_banners img {
  width: 100%;
  padding: 0 5px;
}
@media screen and (max-width: 1059px) {
  .tsa_banners {
    margin: 0 10px;
  }
  .tsa_banners img {
    padding: 10px 3px 3px;
  }
}
.tsa_banners .slick-track {
  font-size: 0;
}

.first_banner_group {
  position: relative;
  z-index: 10;
}
.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%;
}

.one_column_pr_only {
  padding: 20px 0;
  background: black;
}
.one_column_pr_only.en {
  padding: 20px 0;
}
.one_column_pr_only p.pr {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.one_column_pr_only .pr_banners {
  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;
}
.one_column_pr_only .pr_banners > div {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0px solid #fff;
  background: #fff;
  width: 300px;
}
.one_column_pr_only .pr_banners > div img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .one_column_pr_only .pr_banners div {
    margin: 5px 0;
  }
  .one_column_pr_only .pr_banners div img {
    width: 100%;
    max-width: 30ase0px;
  }
}

.report_all_wrap {
  margin-bottom: 40px;
}
.report_all_wrap h3 {
  margin: 2em 0 20px;
  font-size: 1.25em;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-width: 1px 0;
  padding: 10px 0;
  text-align: center;
}
.report_all_wrap .vistors_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.report_all_wrap h4 {
  font-size: 1.125em;
  font-weight: bold;
  padding: 0.3125em;
  border-radius: 6px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
.report_all_wrap .venue_visitors,
.report_all_wrap .online_visitors,
.report_all_wrap .total_visitors {
  background: rgba(255, 255, 255, 0.75);
  padding: 1em;
  border-radius: 6px;
}
.report_all_wrap .venue_visitors p.period,
.report_all_wrap .online_visitors p.period,
.report_all_wrap .total_visitors p.period {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 12px 0;
  font-size: 0.875em;
  line-height: 1.375;
  color: #333;
  text-align: center;
}
.report_all_wrap .venue_visitors .circle,
.report_all_wrap .online_visitors .circle,
.report_all_wrap .total_visitors .circle {
  color: #fff;
  margin: 0 auto;
  width: 9em;
  height: 9em;
  border-radius: 9em;
  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;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.report_all_wrap .venue_visitors .circle .ins,
.report_all_wrap .online_visitors .circle .ins,
.report_all_wrap .total_visitors .circle .ins {
  background: rgba(255, 255, 255, 0.75);
}
.report_all_wrap .venue_visitors .circle p.num,
.report_all_wrap .online_visitors .circle p.num,
.report_all_wrap .total_visitors .circle p.num {
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding: 3px 0.375em;
}
.report_all_wrap .venue_visitors .circle p.num span,
.report_all_wrap .online_visitors .circle p.num span,
.report_all_wrap .total_visitors .circle p.num span {
  font-size: 50%;
  padding-right: 2px;
}
.report_all_wrap .venue_visitors .circle p.last,
.report_all_wrap .online_visitors .circle p.last,
.report_all_wrap .total_visitors .circle p.last {
  font-size: 0.875em;
  line-height: 1.25;
  text-align: center;
}
.report_all_wrap .venue_visitors {
  width: calc(25% - 5px);
}
.report_all_wrap .venue_visitors h4 {
  color: #fff;
  background-color: rgba(0, 153, 255, 0.75);
}
.report_all_wrap .venue_visitors .circle {
  background: #0099ff;
}
.report_all_wrap .venue_visitors ul {
  margin-top: 1em;
  padding: 0 0.5em;
}
.report_all_wrap .venue_visitors ul li {
  border-top: 2px dotted rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  color: #333;
  font-size: 0.8125em;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.report_all_wrap .venue_visitors ul li:first-child {
  border: none;
}
.report_all_wrap .venue_visitors ul li p:nth-child(2) {
  font-size: 90%;
}
.report_all_wrap .venue_visitors ul li p:nth-child(2) span {
  font-size: 135%;
  padding-right: 2px;
}
.report_all_wrap .online_visitors {
  width: calc(25% - 5px);
}
.report_all_wrap .online_visitors h4 {
  color: #fff;
  background-color: rgba(212, 60, 236, 0.75);
}
.report_all_wrap .online_visitors .circle {
  background: #d43cec;
}
.report_all_wrap .total_visitors {
  width: calc(50% - 5px);
}
.report_all_wrap .total_visitors h4 {
  color: #fff;
  background-color: rgba(128, 5, 184, 0.75);
}
.report_all_wrap .total_visitors h4 span {
  display: inline-block;
  color: #fff;
}
.report_all_wrap .total_visitors .circle {
  width: 15em;
  height: 15em;
  border-radius: 15em;
  background-image: linear-gradient(135deg, #0099ff 0%, #d43cec 100%);
}
.report_all_wrap .total_visitors .circle p.num {
  font-size: 2.5em;
}
@media screen and (max-width: 999px) {
  .report_all_wrap .vistors_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .report_all_wrap .venue_visitors,
  .report_all_wrap .online_visitors,
  .report_all_wrap .total_visitors {
    margin: 1em auto 0;
    width: 100%;
    max-width: 360px;
  }
}
@media screen and (max-width: 559px) {
  .report_all_wrap .venue_visitors ul {
    margin-top: 0.5em;
    padding: 0 0.5em;
  }
  .report_all_wrap .venue_visitors ul li {
    padding: 0.5em 0.25em;
    font-size: 1em;
  }
  .report_all_wrap .venue_visitors ul li p:nth-child(2) {
    font-size: 100%;
  }
}

.report_locally_wrap {
  margin: 2.5em auto 0;
  max-width: 980px;
}
.report_locally_wrap h3 {
  font-size: 1.125em;
  font-weight: bold;
  color: #009fe8;
  text-align: center;
  border: 1px solid #009fe8;
  margin-bottom: 10px;
  padding: 0.5em;
}
.report_locally_wrap .repo_days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.report_locally_wrap .repo_days .repo_one {
  margin: 0 5px;
}
.report_locally_wrap .repo_days .repo_one {
  text-align: center;
  width: calc(25% - 6px);
  border: 1px solid #009fe8;
  background: #fff;
}
.report_locally_wrap .repo_days .repo_one .days {
  background: #009fe8;
  color: #fff;
  padding: 0.25em 0;
  font-size: 1.125em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.report_locally_wrap .repo_days .repo_one .days .min {
  font-size: 70%;
  padding: 0 2px;
}
.report_locally_wrap .repo_days .repo_one .num_data {
  padding: 10px 0;
}
@media screen and (max-width: 599px) {
  .report_locally_wrap .repo_days .repo_one .num_data {
    padding: 0px 0;
  }
}
.report_locally_wrap .repo_days .repo_one .number {
  color: #009fe8;
  font-size: 2em;
  margin: 0.75em 0 0.25em;
  margin: 0;
}
.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;
  margin-bottom: 0;
  font-size: 0.75em;
  line-height: 1.5;
}
.report_locally_wrap .repo_days .repo_one.total {
  border: 1px solid #ef5c4e;
}
.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;
  }
}

.field_img {
  width: calc(100% - 0em);
  margin: 30px auto 0;
}
.field_img img {
  width: 100%;
}

.section_navi {
  margin-top: 30px;
  margin-bottom: 50px;
  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;
}
@media screen and (max-width: 767px) {
  .section_navi {
    margin-bottom: 2em;
  }
}
.section_navi > div {
  width: calc(45% - 2em);
  margin: 0 0.5em;
}
.section_navi > div a {
  color: #035385;
  text-shadow: 0 1px 1px white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.75em 0;
  font-size: 1.25em;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c8e6f8), to(#74c6f8));
  background-image: linear-gradient(180deg, #c8e6f8 0%, #74c6f8 100%);
}
.section_navi > div a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1159px) {
  .section_navi > div a {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .section_navi > div {
    width: 100%;
    margin: 0.25em 5px;
  }
  .section_navi > div a {
    padding: 1.5em 0;
  }
}

.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: 1.5rem 0;
}
.sns_smp_wrap > div a img {
  height: 24px;
}
.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-edgetechplus-west-2023 .ex_day {
  margin-top: 1.25em;
}
.about-edgetechplus-west-2023 .ex_day p.days {
  font-size: 2.125em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.about-edgetechplus-west-2023 .ex_day p.days span {
  font-size: 60%;
}
@media screen and (max-width: 329px) {
  .about-edgetechplus-west-2023 .ex_day p.days {
    font-size: 1.5em;
  }
}

.about-edgetechplus-2023,
.about-edgetechplus-west-2023 {
  margin: 0;
  width: 100%;
}
.about-edgetechplus-2023 .wrap_about,
.about-edgetechplus-west-2023 .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-edgetechplus-2023 .wrap_about .txt,
.about-edgetechplus-2023 .wrap_about .map,
.about-edgetechplus-west-2023 .wrap_about .txt,
.about-edgetechplus-west-2023 .wrap_about .map {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .about-edgetechplus-2023 .wrap_about,
  .about-edgetechplus-west-2023 .wrap_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-edgetechplus-2023 .wrap_about .txt, .about-edgetechplus-2023 .wrap_about .map,
  .about-edgetechplus-west-2023 .wrap_about .txt,
  .about-edgetechplus-west-2023 .wrap_about .map {
    width: 100%;
  }
  .about-edgetechplus-2023 .wrap_about .txt,
  .about-edgetechplus-west-2023 .wrap_about .txt {
    margin-bottom: 1.25em;
  }
}
.about-edgetechplus-2023 .txt,
.about-edgetechplus-west-2023 .txt {
  text-align: center;
}
.about-edgetechplus-2023 .logo,
.about-edgetechplus-west-2023 .logo {
  margin: 0 auto;
  width: 90%;
  max-width: 380px;
}
@media screen and (max-width: 999px) {
  .about-edgetechplus-2023 .logo,
  .about-edgetechplus-west-2023 .logo {
    margin-top: 10px;
    max-width: 320px;
  }
}
@media screen and (max-width: 449px) {
  .about-edgetechplus-2023 .logo,
  .about-edgetechplus-west-2023 .logo {
    width: 85%;
    max-width: 280px;
  }
}
.about-edgetechplus-2023 .logo img,
.about-edgetechplus-west-2023 .logo img {
  width: 100%;
}
.about-edgetechplus-2023 .open,
.about-edgetechplus-west-2023 .open {
  margin-top: 1.5em;
}
.about-edgetechplus-2023 .open h3,
.about-edgetechplus-west-2023 .open h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5em;
}
.about-edgetechplus-2023 .open h3 span,
.about-edgetechplus-west-2023 .open h3 span {
  font-size: 0.75em;
  display: block;
  background: #000;
  color: #fff;
  padding: 0.25em 0.75em;
  border-radius: 1.25em;
}
.about-edgetechplus-2023 .open .ex_day,
.about-edgetechplus-west-2023 .open .ex_day {
  margin-top: 0;
}
.about-edgetechplus-2023 .open .ex_day p.days,
.about-edgetechplus-west-2023 .open .ex_day p.days {
  font-size: 2em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.about-edgetechplus-2023 .open .ex_day p.days span,
.about-edgetechplus-west-2023 .open .ex_day p.days span {
  font-size: 60%;
}
@media screen and (max-width: 329px) {
  .about-edgetechplus-2023 .open .ex_day p.days,
  .about-edgetechplus-west-2023 .open .ex_day p.days {
    font-size: 1.5em;
  }
}
.about-edgetechplus-2023 .open .plc,
.about-edgetechplus-west-2023 .open .plc {
  font-weight: bold;
  margin-top: 0.25em;
  font-size: 1.125em;
  line-height: 1.25;
}
.about-edgetechplus-2023 .plc,
.about-edgetechplus-west-2023 .plc {
  font-weight: bold;
  margin-top: 0.5em;
  font-size: 1.125em;
  line-height: 1.5;
}
.about-edgetechplus-2023 .info,
.about-edgetechplus-west-2023 .info {
  margin-top: 1em;
  font-size: 0.9125em;
  line-height: 1.675;
}
@media screen and (max-width: 399px) {
  .about-edgetechplus-2023 .ex_day p.days,
  .about-edgetechplus-west-2023 .ex_day p.days {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 339px) {
  .about-edgetechplus-2023 .info,
  .about-edgetechplus-west-2023 .info {
    font-size: 0.8125em;
  }
}
.about-edgetechplus-2023 .google-maps,
.about-edgetechplus-west-2023 .google-maps {
  margin-top: 0em;
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}
.about-edgetechplus-2023 .google-maps iframe,
.about-edgetechplus-west-2023 .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 599px) {
  .about-edgetechplus-2023 .google-maps,
  .about-edgetechplus-west-2023 .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.set2023 li {
    width: 100%;
    max-width: 240px;
  }
  ul.group_link.set2023 li img {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  ul.group_link.set2023 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.group_link.set2023 li {
    width: 100%;
    max-width: 200px;
  }
  ul.group_link.set2023 li img {
    width: 100%;
  }
}