@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: #009e41;
  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: 849px) {
  .page_link_1line a {
    width: 100%;
    margin: 2px 5px;
    border-radius: 4px;
    padding: 1em 1em;
  }
}
@media screen and (max-width: 349px) {
  .page_link_1line a {
    font-size: 1em;
  }
}
.page_link_1line a:hover {
  opacity: 0.7;
}
.page_link_1line a.ondemand {
  background: #6287ff;
}

.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, #c7ff50 0%, #c7ff50 10%, #9eef39 70%, #9eef39 100%);
}
.index_title_area_2023 img {
  width: 100%;
}
.index_title_area_2023 .bright_bg_title_area {
  background-image: url("../images/index/title_bg_pc_v01.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
  .index_title_area_2023 .bright_bg_title_area {
    background-position: center center;
    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 .insins {
  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;
  padding: 60px 0;
}
@media screen and (max-width: 1099px) {
  .index_title_area_2023 .bright_bg_title_area .insins {
    padding: 40px 0;
  }
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .insins {
    padding: 25px 0;
  }
}
.index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 {
  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;
}
.index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 img {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .title_and_banner {
    margin: 0;
    width: 420px;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .pc_rightset {
    display: block;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .middle_plus_highlight_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .middle {
    width: 70px;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .middle .triangle {
    margin-left: auto;
    border-top: 20px solid transparent;
    border-right: 50px solid rgba(255, 255, 255, 0.9);
    border-bottom: 20px solid transparent;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .middle .triangle.minus {
    margin-left: auto;
    border-top: 20px solid transparent;
    border-right: 50px solid rgba(255, 255, 255, 0.7);
    border-bottom: 20px solid transparent;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .highlight_area_white_bg {
    width: 450px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .highlight_area_white_bg.minus {
    background: rgba(255, 255, 255, 0.7);
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .highlight_area_white_bg .animate__animated {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}
@media screen and (max-width: 1099px) {
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 {
    display: block;
    width: 100%;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .title_and_banner,
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .highlight_area_white_bg {
    margin: 0 auto;
    width: calc(100% - 2em);
    max-width: 480px;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .highlight_area_white_bg {
    margin-top: 1.5em;
    background: white;
    padding: 0;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .highlight_area_white_bg.minus {
    margin-top: 0em;
    background: rgba(255, 255, 255, 0.8);
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver13 .middle {
    display: none;
  }
}
.index_title_area_2023 .bright_bg_title_area .announcement2024_v3 {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(135deg, #fff 0%, #ffa0e5 30%, #ffa0e5 100%);
}
@media screen and (min-width: 1100px) {
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 {
    max-width: 980px;
    margin-top: 20px;
    border-radius: 4px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 .v2024_31 {
    width: 250px;
    border-radius: 6px;
    padding: 0;
    margin: 0 10px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 .v2024_32 {
    width: 420px;
    padding: 5px 10px;
    padding: 0;
    margin: 0;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 .v2024_33 {
    margin-left: auto;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 .v2024_33 a {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 6px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 .v2024_33 img {
    width: 230px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 1099px) {
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 {
    border-radius: 6px;
    width: calc(100% - 2em);
    max-width: 480px;
    margin: 1em auto 0;
    padding: 15px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 > div {
    width: 100%;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 .v2024_31 {
    margin-bottom: 5px;
    text-align: center;
    padding: 0 5px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 .v2024_31 img {
    width: 100%;
    max-width: 270px;
    max-width: 390px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 .v2024_32 {
    width: 100%;
    max-width: 390px;
    margin: 0 auto 1em;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 .v2024_33 {
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 .v2024_33 a {
    border-radius: 6px;
    display: block;
    width: 100%;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v3 .v2024_33 img {
    max-width: 280px;
  }
}
.index_title_area_2023 .bright_bg_title_area .announcement2024_v2 {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
@media screen and (min-width: 1100px) {
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 {
    max-width: 980px;
    margin-top: 20px;
    border-radius: 4px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_21 {
    width: 220px;
    background: #fff;
    border-radius: 6px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_22 {
    width: 440px;
    margin-left: 5px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_23 {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_23 a {
    display: block;
    width: 100%;
    padding: 0 25px;
    border-radius: 6px;
    background: #ff7ee1;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_23 img {
    width: 220px;
    border-radius: 6px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_24 {
    position: absolute;
    top: -35px;
    right: -40px;
    width: 120px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_24 img {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) {
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 {
    border-radius: 6px;
    width: calc(100% - 2em);
    max-width: 480px;
    margin: 1em auto 0;
    padding: 15px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 > div {
    width: 100%;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_21 {
    margin-bottom: 5px;
    text-align: center;
    padding: 0 5px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_21 img {
    width: 100%;
    max-width: 390px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_22 {
    width: 100%;
    max-width: 390px;
    margin: 0 auto 1em;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_23 {
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    text-align: center;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_23 a {
    background: #ff7ee1;
    border-radius: 6px;
    display: block;
    width: 100%;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_23 img {
    max-width: 240px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024_v2 .v2024_24 {
    display: none;
  }
}
.index_title_area_2023 .bright_bg_title_area .announcement2024 {
  width: 100%;
  background: rgba(0, 158, 65, 0.9);
}
@media screen and (min-width: 1100px) {
  .index_title_area_2023 .bright_bg_title_area .announcement2024 {
    max-width: 980px;
    margin-top: 20px;
    border-radius: 6px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 .v2024_1 {
    width: 270px;
    background: #fff;
    border-radius: 6px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 .v2024_2 {
    width: 390px;
    margin-left: 5px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 .v2024_3 {
    margin-left: auto;
    margin-right: 10px;
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 .v2024_3 a {
    display: block;
    width: 100%;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 .v2024_3 img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.75);
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 .v2024_3 img:hover {
    border: 1px solid white;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1099px) {
  .index_title_area_2023 .bright_bg_title_area .announcement2024 {
    border-radius: 6px;
    width: calc(100% - 2em);
    max-width: 480px;
    margin: 1em auto 0;
    padding: 10px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 > div {
    width: 100%;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 .v2024_1 {
    border-radius: 4px;
    margin-bottom: 5px;
    background: #fff;
    text-align: center;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 .v2024_1 img {
    width: 100%;
    max-width: 270px;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 .v2024_2 {
    width: 100%;
    max-width: 390px;
    margin: 0.5em auto 1em;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 .v2024_3 {
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    text-align: center;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 .v2024_3 a {
    display: block;
    width: 100%;
  }
  .index_title_area_2023 .bright_bg_title_area .announcement2024 .v2024_3 img {
    max-width: 240px;
  }
}
.index_title_area_2023 .bright_bg_title_area .announcement2024_en {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 {
  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;
}
.index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 img {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 {
    padding: 60px 0;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .title_and_banner {
    margin: 0;
    width: 380px;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .pc_rightset {
    display: block;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .middle_plus_highlight_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .middle {
    width: 80px;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .middle .triangle {
    margin-left: auto;
    border-top: 20px solid transparent;
    border-right: 50px solid rgba(255, 255, 255, 0.9);
    border-bottom: 20px solid transparent;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .highlight_area_white_bg {
    width: 500px;
    background: rgba(255, 255, 255, 0.19);
    padding: 0;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .highlight_area_white_bg .animate__animated {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .ondemand_banner {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1099px) {
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 {
    display: block;
    padding: 40px 0;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .title_and_banner,
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .highlight_area_white_bg {
    margin: 0 auto;
    width: calc(100% - 2em);
    max-width: 480px;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .highlight_area_white_bg {
    margin-top: 1.5em;
    background: white;
    padding: 0;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .middle {
    display: none;
  }
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 .ondemand_banner {
    margin: 0 auto;
    width: calc(100% - 2em);
    max-width: 480px;
    margin-top: 1em;
  }
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .wrap_toppage_main_ver11 {
    padding: 25px 0;
  }
}
.index_title_area_2023 .bright_bg_title_area .title_and_banner .title_svg {
  width: 100%;
}
.index_title_area_2023 .bright_bg_title_area .title_and_banner .banners {
  margin-top: 20px;
}
.index_title_area_2023 .bright_bg_title_area .title_and_banner .banners > div {
  margin-top: 6px;
}
.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 .highlight {
  position: relative;
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .highlight .plate {
  margin-top: 30px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .title_and_news .highlight .plate {
    margin-top: 15px;
  }
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .highlight .chip {
  position: absolute;
  top: -15px;
  left: -12px;
  background: #e33;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 0.75em;
  border-radius: 3px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (max-width: 559px) {
  .index_title_area_2023 .bright_bg_title_area .title_and_news .highlight .chip {
    top: -12px;
    left: -7px;
    font-size: 11px;
  }
}
.index_title_area_2023 .bright_bg_title_area .title_and_news .news_board {
  margin-top: 20px;
  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;
    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 .registration_start {
  display: block;
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .ticket_dl a {
  display: block;
  padding: 18px 8px;
  text-align: center;
  background: #fff;
  color: #009e41;
  border: 3px solid #009e41;
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .ticket_dl p.pdf_dl {
  font-size: 1.25em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .ticket_dl p.pdf_dl .min {
  font-size: 85%;
}
.index_title_area_2023 .bright_bg_title_area .announcement_area_white_bg .ticket_dl p.cap {
  font-size: 0.8125em;
  line-height: 1.25;
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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;
  }
}

.highlight {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.middle_all {
  color: #333;
}
.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, #c7ff50 0%, #c7ff50 10%, #9eef39 70%, #9eef39 100%);
}
.middle_all .one_column.bg02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 128, 128, 0.05)), to(rgba(0, 128, 128, 0.3)));
  background-image: linear-gradient(to bottom, rgba(0, 128, 128, 0.05) 0%, rgba(0, 128, 128, 0.3) 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);
}
.middle_all .one_column.first_banner_group_pr_banners {
  background: white;
  padding: 0;
}
.middle_all .one_column.first_banner_group_pr_banners .three_banners {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 899px) {
  .middle_all .one_column.first_banner_group_pr_banners .three_banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.middle_all .one_column.first_banner_group_pr_banners .three_banners .one {
  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 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  max-width: 300px;
  text-align: center;
  aspect-ratio: 10/3;
}
@media screen and (max-width: 899px) {
  .middle_all .one_column.first_banner_group_pr_banners .three_banners .one {
    margin: 5px auto;
  }
}

.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_news_limited {
  padding: 30px 0;
}
@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: 980px;
    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: #009e41;
    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;
  }
}

.one_column .news_board_in_middle_all ul li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  padding: 0.75em;
  font-size: 1.125em;
  line-height: 1.5;
}
.one_column .news_board_in_middle_all ul li:first-child {
  border-top: 1px dotted rgba(0, 0, 0, 0.5);
}
.one_column .news_board_in_middle_all ul li a {
  text-decoration: underline;
}
.one_column .news_board_in_middle_all ul li span.yd {
  font-weight: bold;
  padding-right: 1em;
}

p.speaker_intro {
  font-size: 1.125em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 1059px) {
  ul.keynote_speaker {
    margin: 0 20px;
  }
}
ul.keynote_speaker li a {
  display: block;
  padding: 10px;
  color: #000;
}
ul.keynote_speaker li a:hover {
  background: rgba(255, 255, 255, 0.7);
}
ul.keynote_speaker li a:hover img {
  opacity: 1;
}
ul.keynote_speaker li .ph {
  margin-bottom: 0.75em;
  background: white;
}
ul.keynote_speaker li .ph img {
  width: 100%;
}
ul.keynote_speaker li p {
  text-align: center;
  line-height: 1.25;
}
ul.keynote_speaker li p.name {
  font-size: 1.125em;
  margin-bottom: 0.25em;
  font-weight: bold;
}
ul.keynote_speaker li p.name span.kana {
  display: block;
  font-size: 70%;
  margin-top: 2px;
}
ul.keynote_speaker li p.company {
  font-size: 0.875em;
  line-height: 1.375;
  margin-bottom: 2px;
}
ul.keynote_speaker li p.post {
  font-size: 0.875em;
  line-height: 1.375;
}
ul.keynote_speaker li p.company, ul.keynote_speaker li p.post {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  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.keynote_speaker li p.click_ppp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.keynote_speaker li p.click_ppp a {
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 0.8125em;
  padding: 6px 0.75em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
ul.keynote_speaker li p.click_ppp a:hover {
  background: rgba(255, 255, 255, 0.25);
}
ul.keynote_speaker li p.post + p.company {
  margin-top: 0.5em;
}

.report_wrap_all {
  margin-top: 2em;
}
.report_wrap_all h3 {
  font-size: 1.125em;
  font-weight: bold;
  color: #009e41;
  text-align: center;
  border: 1px solid #009e41;
  margin-bottom: 10px;
  padding: 0.5em;
}
.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 {
  margin: 2.5em auto 0;
  max-width: 980px;
}
.report_locally_wrap h3 {
  font-size: 1.125em;
  font-weight: bold;
  color: #009e41;
  text-align: center;
  border: 1px solid #009e41;
  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;
}
.report_locally_wrap .repo_days .repo_one {
  text-align: center;
  width: calc(33.3333333333% - 12px);
  border: 1px solid #009e41;
  background: #fff;
}
.report_locally_wrap .repo_days .repo_one .days {
  background: #009e41;
  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: #009e41;
  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;
  }
}

.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: #fff;
  border: 1px solid #ddd;
}
ul.conf_i_list li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
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 {
  color: #008080;
  font-family: "Font Awesome 6 Free";
  content: "\f0a9";
  font-weight: 900;
  padding-right: 3px;
}
ul.conf_i_list p {
  line-height: 1.5;
}

.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 .open {
  margin-top: 1.5em;
}
.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-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-west-2023 .open .ex_day {
  margin-top: 0;
}
.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-west-2023 .open .ex_day p.days span {
  font-size: 60%;
}
@media screen and (max-width: 329px) {
  .about-edgetechplus-west-2023 .open .ex_day p.days {
    font-size: 1.5em;
  }
}
.about-edgetechplus-west-2023 .open .plc {
  font-weight: bold;
  margin-top: 0.25em;
  font-size: 1.125em;
  line-height: 1.25;
}
.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 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;
  }
}