@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(135deg, #e6ffff 0%, #9de8ff 10%, #4fe3ff 40%, #006fe7 85%);
}
.index_title_area_2023 img {
  width: 100%;
}
.index_title_area_2023 .bright_bg_title_area {
  background-image: url("../images/index/title_bg_pc_v02.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_main {
  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: 1100px) {
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main {
    padding: 60px 0;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main .title_and_news,
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main .announcement_area_white_bg {
    margin: 0 40px;
    width: 480px;
  }
}
@media screen and (max-width: 1099px) {
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main {
    display: block;
    padding: 40px 0;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main .title_and_news,
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main .announcement_area_white_bg {
    margin: 0 auto;
    width: calc(100% - 2em);
    max-width: 480px;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main .announcement_area_white_bg {
    margin-top: 2em;
  }
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main {
    padding: 25px 0;
  }
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .title_svg {
  width: 100%;
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .news_board {
  margin-top: 0;
  background: white;
  padding: 1em 1.5em;
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .news_board a {
  color: #000;
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .news_board .title_ww {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .news_board .title_ww p.t {
  font-weight: bold;
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .news_board .title_ww p.info {
  font-size: 0.8125em;
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .news_board ul li {
  font-size: 0.875em;
  line-height: 1.5;
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .news_board ul li a {
  text-decoration: underline;
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .news_board ul li span.yd {
  font-weight: bold;
  padding-right: 1em;
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .news_board ul li + li {
  margin-top: 0.25em;
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg {
  background: rgba(255, 255, 255, 0.7);
  padding: 50px;
}
@media screen and (max-width: 1099px) {
  .index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg {
    background: rgba(255, 255, 255, 0);
    padding: 0px 1em;
    padding: 0;
    max-width: 380px;
  }
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg > div + div {
  margin-top: 10px;
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .banner_ins {
  display: block;
}
@media screen and (max-width: 1099px) {
  .index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .banner_ins.inquiries_exhibiting {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .wrap_ex {
  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 .announcement_area_white_bg .wrap_ex div {
  width: calc(50% - 5px);
}
@media screen and (max-width: 1099px) {
  .index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .wrap_ex div {
    width: calc(50% - 2px);
  }
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .wrap_ex div a {
  display: block;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 1.5em 0;
  font-size: 0.875em;
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .wrap_ex div a:hover {
  opacity: 0.8;
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .registration_start {
  display: block;
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .next_contact {
  text-align: center;
  background: #3fb1c8;
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .next_contact a {
  display: block;
  color: #fff;
  font-size: 1.125em;
  padding: 1em 0;
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .topbanner_test {
  background: white;
  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;
  width: 100%;
  aspect-ratio: 10/3;
}
.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;
  }
}

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

.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: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 559px) {
  .one_column_pr_only {
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.75);
  }
}
.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 {
    margin-top: 1em;
  }
  .one_column_pr_only .pr_banners div {
    margin: 5px 0;
  }
  .one_column_pr_only .pr_banners div img {
    width: 100%;
    max-width: 300px;
  }
}

.report_wrap_all {
  margin-top: 2em;
}
.report_wrap_all h3 {
  width: 100%;
  font-size: 1.125em;
  color: #009e41;
  margin-bottom: 1em;
  text-align: center;
  border: solid #009e41;
  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(0, 0, 0, 0.05);
  margin: 3px;
  padding: 2em 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;
  }
}

.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 {
  margin: 0;
  width: 100%;
}
.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-west-2023 .wrap_about .txt,
.about-edgetechplus-west-2023 .wrap_about .map {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .about-edgetechplus-west-2023 .wrap_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-edgetechplus-west-2023 .wrap_about .txt, .about-edgetechplus-west-2023 .wrap_about .map {
    width: 100%;
  }
  .about-edgetechplus-west-2023 .wrap_about .txt {
    margin-bottom: 1.25em;
  }
}
.about-edgetechplus-west-2023 .txt {
  text-align: center;
}
.about-edgetechplus-west-2023 .logo {
  margin: 0 auto;
  width: 90%;
  max-width: 380px;
}
@media screen and (max-width: 999px) {
  .about-edgetechplus-west-2023 .logo {
    margin-top: 10px;
    max-width: 320px;
  }
}
@media screen and (max-width: 449px) {
  .about-edgetechplus-west-2023 .logo {
    width: 85%;
    max-width: 280px;
  }
}
.about-edgetechplus-west-2023 .logo img {
  width: 100%;
}
.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-west-2023 .plc {
  font-weight: bold;
  margin-top: 0.5em;
  font-size: 1.125em;
  line-height: 1.5;
}
.about-edgetechplus-west-2023 .info {
  margin-top: 1em;
  font-size: 0.9125em;
  line-height: 1.675;
}
@media screen and (max-width: 399px) {
  .about-edgetechplus-west-2023 .ex_day p.days {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 339px) {
  .about-edgetechplus-west-2023 .info {
    font-size: 0.8125em;
  }
}
.about-edgetechplus-west-2023 .google-maps {
  margin-top: 0em;
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}
.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-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%;
  }
}