body.akiruno-ticker-live #akiruno-news-ticker {
  background: #f2f8ed;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  overflow: hidden;
  padding: 32px max(20px, calc((100vw - 1180px) / 2));
  width: 100vw;
}

body.akiruno-ticker-live #akiruno-news-ticker > .headline,
body.akiruno-ticker-live #akiruno-news-ticker > .button {
  display: none !important;
}

body.akiruno-ticker-live #index_news > .headline {
  font-weight: 700;
  margin-top: 32px;
}

body.akiruno-ticker-live .pb-widget-googlemap .pb_googlemap_footer {
  display: none !important;
}

body.akiruno-ticker-live .akiruno-map-link-grid {
  box-sizing: border-box;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px auto 0;
  max-width: 780px;
  width: calc(100% - 40px);
}

body.akiruno-ticker-live .akiruno-map-link-grid > .design_button {
  margin: 0 !important;
  width: auto !important;
}

body.akiruno-ticker-live .akiruno-map-link-grid > .design_button > a {
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  width: 100% !important;
}

body.akiruno-ticker-live .akiruno-map-link-grid > .design_button > a:hover,
body.akiruno-ticker-live .akiruno-map-link-grid > .design_button > a:focus-visible {
  color: #fff !important;
}

body.akiruno-ticker-live #akiruno-news-ticker-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  position: relative;
}

body.akiruno-ticker-live #akiruno-news-ticker-list.akiruno-ticker-count-1 {
  max-width: 390px;
}

body.akiruno-ticker-live #akiruno-news-ticker-list.akiruno-ticker-count-2 {
  max-width: 780px;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .item {
  background: #f5f5f5;
  box-sizing: border-box;
  display: flex !important;
  min-height: 144px;
  overflow: hidden;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .item .image {
  display: block;
  flex: 0 0 44%;
  min-height: 144px;
  overflow: hidden;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .item .image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .item .akiruno-news-image-placeholder {
  background: #e5efdc;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .item .title_area {
  align-items: center;
  color: #333;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  text-decoration: none;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .item .title_area_inner {
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .item .title {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .item .date {
  color: #999;
  font-size: 12px;
  margin: 10px 0 0;
}

body.akiruno-ticker-live #akiruno-news-ticker-list.slick-initialized .slick-list {
  margin: 0 -12px;
  overflow: hidden;
}

body.akiruno-ticker-live #akiruno-news-ticker-list.slick-initialized .slick-slide {
  float: none;
  height: auto;
  margin: 0 12px;
}

body.akiruno-ticker-live #akiruno-news-ticker-list.slick-initialized .slick-track {
  display: flex;
}

body.akiruno-ticker-live #akiruno-news-ticker-list.slick-initialized .slick-slide > div,
body.akiruno-ticker-live #akiruno-news-ticker-list.slick-initialized article.item {
  height: 100%;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .slick-arrow {
  display: none !important;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .slick-dots {
  display: flex !important;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .slick-dots li {
  height: 10px;
  margin: 0;
  width: 10px;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .slick-dots button {
  background: #d3d3d3;
  border: 0;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 10px;
  margin: 0;
  padding: 0;
  width: 10px;
}

body.akiruno-ticker-live #akiruno-news-ticker-list .slick-dots .slick-active button {
  background: #75c445;
}

body.akiruno-ticker-live #akiruno-news-ticker-list.akiruno-ticker-fallback {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 16px;
  scroll-snap-type: x mandatory;
}

body.akiruno-ticker-live #akiruno-news-ticker-list.akiruno-ticker-fallback .item {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
}

@media (max-width: 900px) {
  body.akiruno-ticker-live #akiruno-news-ticker {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  body.akiruno-ticker-live #akiruno-news-ticker-list.akiruno-ticker-fallback .item {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 600px) {
  body.akiruno-ticker-live #akiruno-news-ticker {
    padding: 24px 20px;
  }

  body.akiruno-ticker-live #index_news > .headline {
    margin-top: 24px;
  }

  body.akiruno-ticker-live #index_news_list > .item {
    margin-bottom: 20px !important;
  }

  body.akiruno-ticker-live #index_news_list > .item:last-child {
    margin-bottom: 0 !important;
  }

  body.akiruno-ticker-live .akiruno-map-link-grid {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr);
    max-width: 390px;
  }

  body.akiruno-ticker-live #akiruno-news-ticker-list.akiruno-ticker-count-1,
  body.akiruno-ticker-live #akiruno-news-ticker-list.akiruno-ticker-count-2 {
    max-width: none;
  }

  body.akiruno-ticker-live #akiruno-news-ticker-list.slick-initialized .slick-list {
    margin: 0 -7px;
    min-height: 135px;
  }

  body.akiruno-ticker-live #akiruno-news-ticker-list.slick-initialized .slick-slide {
    margin: 0 7px;
    min-height: 135px;
  }

  body.akiruno-ticker-live #akiruno-news-ticker-list .item,
  body.akiruno-ticker-live #akiruno-news-ticker-list .item .image,
  body.akiruno-ticker-live #akiruno-news-ticker-list .item .title_area {
    min-height: 135px;
  }

  body.akiruno-ticker-live #akiruno-news-ticker-list .item {
    align-items: stretch;
    display: grid !important;
    grid-template-columns: minmax(112px, 38%) minmax(0, 1fr);
    height: auto !important;
  }

  body.akiruno-ticker-live #akiruno-news-ticker-list .item .image {
    float: none !important;
    grid-column: 1;
    height: 100% !important;
    left: auto !important;
    min-width: 0;
    position: relative !important;
    top: auto !important;
    width: 100% !important;
  }

  body.akiruno-ticker-live #akiruno-news-ticker-list .item .title_area {
    display: flex !important;
    float: none !important;
    grid-column: 2;
    height: auto !important;
    left: auto !important;
    margin: 0 !important;
    min-width: 0;
    overflow: visible;
    position: static !important;
    top: auto !important;
    transform: none !important;
    width: auto !important;
  }

  body.akiruno-ticker-live #akiruno-news-ticker-list .item .title_area_inner {
    height: auto !important;
    padding: 14px;
    position: static !important;
    transform: none !important;
    width: 100% !important;
  }

  body.akiruno-ticker-live #akiruno-news-ticker-list .item .title {
    font-size: 13px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.akiruno-ticker-live #akiruno-news-ticker-list.akiruno-ticker-fallback .item {
    flex-basis: 88%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.akiruno-ticker-live #akiruno-news-ticker-list .slick-track {
    transition-duration: 0.01ms !important;
  }
}
