@charset "UTF-8";
template {
  display: none;
}

/** 駅別トピックス **/
.station-topics-container {
  position: relative;
  padding-bottom: 140px;
  margin-bottom: 80px;
}

.station-topics-container:before {
  content: "";
  display: block;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 37px);
}

.station-topics-container .heading {
  margin: 1.4em 0 0.6em;
  font-size: 2rem;
  letter-spacing: 0.3em;
}

.station-topics-container .lead-text {
  margin-bottom: 80px;
  font-size: 0.875rem;
  line-height: 2;
}

.station-topics-container .route-map {
  text-align: center;
  background: #fff;
  padding: 40px 0;
}

.station-topics-container .route-map .route-map-inner {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.station-topics-container .route-map .route-map-inner svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.station-topics-container .route-map .route-map-inner svg .station {
  fill: #fff;
}

.station-topics-container .route-map .route-map-inner svg .station.-has-station-topic {
  fill: #aaa;
  stroke: #fff;
  stroke-width: 1.25px;
}

.station-topics-container .route-map .route-map-inner svg .station.-has-station-topic.-ty {
  fill: #E44B7C;
}

.station-topics-container .route-map .route-map-inner svg .station.-has-station-topic.-mg {
  fill: #80CEE8;
}

.station-topics-container .route-map .route-map-inner svg .station.-has-station-topic.-dt {
  fill: #4CC3AF;
}

.station-topics-container .route-map .route-map-inner svg .station.-has-station-topic.-om {
  fill: #F5AF7A;
}

.station-topics-container .route-map .route-map-inner svg .station.-has-station-topic.-ik {
  fill: #F3AAC2;
}

.station-topics-container .route-map .route-map-inner svg .station.-has-station-topic.-tm {
  fill: #C64AA0;
}

.station-topics-container .route-map .route-map-inner svg .station.-has-station-topic.-sg {
  fill: #FDD84A;
}

.station-topics-container .route-map .route-map-inner svg .station.-has-station-topic.-kd {
  fill: #4A9AD1;
}

.station-topics-container .route-map .route-map-inner svg .station.-has-station-topic.-mm {
  fill: #5D8FBF;
}

.station-topics-container .route-map .route-map-inner svg .station.-has-station-topic.-sh {
  fill: #AC56A9;
}

.station-topics-container .route-map .route-map-inner svg .station.-js-active {
  paint-order: stroke;
  stroke-width: 3px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .station-topics-container .route-map .route-map-inner svg .station.-js-active {
    stroke-width: 2px;
  }
}

.station-topics-container .route-map .route-map-inner svg .select-area .area {
  fill: transparent;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.station-topics-container .route-map .route-map-inner svg .line-select-area .area:hover {
  fill: #fff;
  opacity: 0.3;
}

.station-topics-container .route-map .route-map-inner svg .minatomirai-link {
  -webkit-transition: none;
  transition: none;
}

.station-topics-container .route-map .route-map-inner svg .minatomirai-link .minatomirai-select-area .area {
  fill: transparent;
}

.station-topics-container .route-map .route-map-inner svg .minatomirai-link .minatomirai-select-area .area:hover {
  fill: #fff;
  opacity: 0.3;
}

.station-topics-container .route-map .route-map-inner svg .minatomirai-link .minatomirai-popup {
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.station-topics-container .route-map .route-map-inner svg .minatomirai-link:hover {
  opacity: 1;
}

.station-topics-container .route-map .route-map-inner svg .minatomirai-link:hover .minatomirai-popup {
  opacity: 1;
}

.station-topics-container .salus-new {
  background: #D81E00 url(https://ii.tokyu.co.jp/hubfs/IIT_2019_Theme/images/top/new.svg) no-repeat center center;
  background-size: 24px 10px;
}

.station-topics-container .salus-container {
  position: absolute;
  top: 1.5%;
  left: 25.6%;
  z-index: 2;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border: 1px solid #2C3F3E;
  border-radius: 6px;
  padding: 10px;
  background: #fff;
  line-height: 1.3;
  letter-spacing: normal;
  overflow: hidden;
  font-size: 11px;
  text-decoration: none;
  color: inherit;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.station-topics-container .salus-container:hover {
  opacity: 0.8;
}

.station-topics-container .salus-container .salus-new {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 6px;
  width: 36px;
  height: 24px;
}

.station-topics-container .salus-container .salus-title {
  margin: 0;
  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;
  font-size: 1.15em;
  font-weight: 900;
}

.station-topics-container .salus-container .salus-title img {
  margin-right: 1%;
  width: auto;
  height: 1em;
}

.station-topics-container .salus-container .salus-sub-title {
  margin: 0 0 0.4em;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
}

.station-topics-container .salus-container .salus-text {
  margin: 0 0 0.5em;
  text-align: left;
}

.station-topics-container .salus-container .salus-button {
  margin: 0;
  text-align: center;
  font-size: 0.9em;
}

.station-topics-container .salus-container .salus-button span {
  position: relative;
  display: inline-block;
  padding: 4px 18px;
  border-radius: 10px;
  border-bottom: 2px solid #5BA307;
  background-color: #80C937;
  color: #fff;
  line-height: 1;
}

.station-topics-container .salus-container .salus-button span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAICAYAAAD5nd/tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBMDc1NURDOTMxNjExRURCRjg3QjZFRTc0MzI1OTJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBMDc1NUREOTMxNjExRURCRjg3QjZFRTc0MzI1OTJFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUEwNzU1REE5MzE2MTFFREJGODdCNkVFNzQzMjU5MkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUEwNzU1REI5MzE2MTFFREJGODdCNkVFNzQzMjU5MkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5N0LS+AAAAUElEQVR42mL8//8/w4ACoAOUgNidWobJAfETIP4FxGHUMJANiJf/h4C/QBxPDUOZgXjefwTIpIahjEA8BcnQCmRJaoFmkHkgm6iZbvoBAgwAGWCdWp5JQc4AAAAASUVORK5CYII=) no-repeat center center;
  background-size: 100% auto;
}

.station-topics-container .salus-container .salus-cotent {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.station-topics-container .salus-container .salus-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 21%;
  margin-left: 1%;
  text-align: center;
}

.station-topics-container .salus-container .salus-image span {
  display: block;
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 10px;
}

.line-list {
  border-top: 2px solid #eee;
  margin: 0 -5.4vw;
  padding: 0;
  list-style: none;
}

.line-list > li {
  border-bottom: 2px solid #eee;
  font-size: 1.214rem;
}

.line-list > li > p, .line-list > li .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  margin: 0;
  padding: 0 10.5vw 0 5.4vw;
  text-decoration: none;
  color: inherit;
}

.line-list > li > p:after, .line-list > li .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5.4vw;
  width: 19px;
  height: 8px;
  background: url(https://ii.tokyu.co.jp/hubfs/IIT_2019_Theme/images/top/line-arrow.png) no-repeat center center;
  background-size: contain;
  margin-top: -4px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.line-list > li.ty .sta-code {
  background: #e32453;
}

.line-list > li.ty .station-list .line {
  background: rgba(218, 1, 66, 0.2);
}

.line-list > li.mg .sta-code {
  background: #009cd3;
}

.line-list > li.mg .station-list .line {
  background: rgba(0, 156, 211, 0.2);
}

.line-list > li.dt .sta-code {
  background: #00aa8d;
}

.line-list > li.dt .station-list .line {
  background: rgba(0, 170, 141, 0.2);
}

.line-list > li.om .sta-code {
  background: #f18d43;
}

.line-list > li.om .station-list .line {
  background: rgba(241, 141, 67, 0.2);
}

.line-list > li.ik .sta-code {
  background: #ee86a8;
}

.line-list > li.ik .station-list .line {
  background: rgba(238, 134, 168, 0.2);
}

.line-list > li.tm .sta-code {
  background: #ae0079;
}

.line-list > li.tm .station-list .line {
  background: rgba(174, 0, 121, 0.2);
}

.line-list > li.sg .sta-code {
  background: #fcc800;
  color: #51577f;
}

.line-list > li.sg .station-list .line {
  background: rgba(252, 200, 0, 0.2);
}

.line-list > li.kd .sta-code {
  background: #0071be;
}

.line-list > li.kd .station-list .line {
  background: rgba(0, 113, 190, 0.2);
}

.line-list > li.mm .sta-code {
  background: #1961a5;
}

.line-list > li.mm .station-list .line {
  background: rgba(25, 97, 165, 0.2);
}

.line-list > li .line-icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 28px;
  margin-right: 15px;
}

.line-list > li .line-icon img {
  vertical-align: middle;
}

.line-list > li .salus-new {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 1.5em;
  height: 16px;
  background-size: 18px 10px;
  margin-right: 3%;
}

.line-list > li .text {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.3;
}

.line-list .station-toggle:after {
  right: 6.5vw;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-top: 2px solid #9b9b9b;
  border-right: 2px solid #9b9b9b;
  background: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.line-list .station-toggle.-js-open:after {
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.line-list .station-list {
  display: none;
  border-top: 2px solid #eee;
  list-style: none;
  margin: 0;
  padding: 0.35em 10.8vw 3em;
}

.line-list .station-list li {
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.8em;
  padding-right: 25px;
  line-height: 1.4;
  font-size: 1rem;
  position: relative;
}

.line-list .station-list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 19px;
  height: 8px;
  background: url(https://ii.tokyu.co.jp/hubfs/IIT_2019_Theme/images/top/line-arrow.png) no-repeat center center;
  background-size: contain;
  margin-top: -4px;
}

.line-list .station-list li .sta-code {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 40px;
  margin-right: 12px;
  padding: 3px;
  text-align: center;
  border-radius: 2px;
  line-height: 1;
  font-size: 7px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}

.line-list .station-list li .line-code {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 40px;
  margin-right: 12px;
  text-align: center;
  line-height: 1;
}

.line-list .station-list li .line-code img {
  max-height: 25px;
  width: auto;
}

.line-list .station-list li .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
}

.route-topics-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 950px;
  height: 100%;
  z-index: 150;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.route-topics-container.-js-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.route-topics-container .route-head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.route-topics-container .route-head .topics-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  font-weight: bold;
  font-size: 1.375rem;
}

.route-topics-container .route-head .route-close {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 15px;
  width: 40px;
}

.route-topics-container .close-button {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  padding: 0;
  background: #88d43d;
  border-radius: 50%;
  position: relative;
}

.route-topics-container .close-button:before, .route-topics-container .close-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
}

.route-topics-container .close-button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.route-topics-container .close-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.route-topics-container .sort-tags {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 20px;
  padding: 0 20px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.route-topics-container .sort-tags li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(25% - 15px);
  margin-right: 20px;
  max-width: 110px;
  font-size: 0.875rem;
  line-height: 1.3;
}

.route-topics-container .sort-tags li:last-child {
  margin-right: 0;
}

.route-topics-container .sort-tags .tag-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
  border-radius: 0;
  background: #c00000;
  width: 100%;
  height: 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}

.route-topics-container .sort-tags .tag-button.-js-current {
  opacity: 0.7;
}

.route-topics-container .sort-tags .tag-button > span {
  display: block;
  width: 100%;
}

.route-topics-container .sort-tags .tag-button.-news {
  background: #00b050;
}

.route-topics-container .sort-tags .tag-button.-campaign {
  background: #002060;
}

.route-topics-container .sort-tags .tag-button.-railway {
  background: #00b0f0;
}

.route-topics-container .sort-tags .tag-button.-salus {
  background: #ed7d31;
}

.route-topics-container .sort-tags .tag-button.-uchiguru {
  background: #00b050;
}

.route-topics-container .post-listing {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 20px;
  overflow: auto;
}

.route-topics-container .post-unit {
  width: 100%;
  max-width: 765px;
  margin: 0 auto;
  border-bottom: 1px solid #898888;
  padding: 30px 0 10px;
}

.route-topics-container .post-unit:first-child {
  padding-top: 0;
}

.route-topics-container .post-unit:last-child {
  border-bottom: none;
}

.route-topics-container .post-unit .head-info {
  margin-bottom: 10px;
}

.route-topics-container .post-unit .head-info > p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.route-topics-container .post-unit .head-info .date {
  color: #898888;
  margin-right: 1em;
}

.route-topics-container .post-unit .head-info .tags .tag {
  display: inline-block;
  width: 110px;
  padding: 8px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  margin-right: 5px;
}

.route-topics-container .post-unit .head-info .tags .tag:last-child {
  margin-right: 0;
}

.route-topics-container .post-unit .head-info .tags .tag.-news {
  background: #00b050;
}

.route-topics-container .post-unit .head-info .tags .tag.-campaign {
  background: #002060;
}

.route-topics-container .post-unit .head-info .tags .tag.-railway {
  background: #00b0f0;
}

.route-topics-container .post-unit .head-info .tags .tag.-salus {
  background: #ed7d31;
}

.route-topics-container .post-unit .head-info .tags .tag.-uchiguru {
  background: #00b050;
}

.route-topics-container .post-media {
  padding: 20px 0;
}

.route-topics-container .post-media:before, .route-topics-container .post-media:after {
  content: none;
}

.route-topics-container .post-media .post-header {
  max-width: 100px;
}

.route-topics-container .post-media .post-body {
  margin-left: 1em;
}

.route-topics-container .post-media .post-body .title {
  margin-bottom: 0.5em;
}

.route-topics-container .post-media .post-body .button {
  float: right;
  width: 100%;
  max-width: 150px;
  padding: 0.75em 0;
  border-radius: 17px;
  font-size: 0.75rem;
  background: #88d43d;
  color: #fff;
}

.route-topics-container .post-media .post-body .button:hover {
  -webkit-box-shadow: 180px 30px 0 30px #fff inset;
  box-shadow: 180px 30px 0 30px #fff inset;
  color: #88d43d;
}

/** キャラクターを追加 202102 **/
.norurun .norurun-icon {
  position: absolute;
  top: -119px;
  right: 53px;
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
}

.norurun .norurun-icon.js-wp {
  opacity: 0;
}

.norurun .norurun-icon.-js-wp-animate {
  -webkit-animation: norurun 1.2s linear 1s infinite;
  animation: norurun 1.2s linear 1s infinite;
  opacity: 1;
  top: -108px;
}

@-webkit-keyframes norurun {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0 0 7px 0;
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    margin: 5px -5px 2px 5px;
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0 0 7px 0;
  }
  75% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    margin: 5px 5px 2px -5px;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0 0 7px 0;
  }
}

.norurun .norurun-name {
  position: absolute;
  top: 117px;
  right: 53px;
}

@media screen and (max-width: 768px) {
  /** 駅別トピックス **/
  .station-topics-container {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .station-topics-container:before {
    content: none;
    height: calc(100% - 25px);
  }
  .station-topics-container .heading {
    margin: 1.06em 0 .6em;
    font-size: 1.714rem;
  }
  .station-topics-container .lead-text {
    margin-bottom: 2.4em;
    font-size: 1rem;
  }
  .route-topics-container .route-head {
    padding: 15px 20px;
  }
  .route-topics-container .route-head .topics-title {
    font-size: 1.286rem;
  }
  .route-topics-container .sort-tags li {
    width: calc(25% - 6px);
    margin-right: 8px;
    font-size: 0.857rem;
  }
  .route-topics-container .sort-tags .category-button {
    height: 3em;
  }
  .route-topics-container .post-unit {
    padding: 15px 0;
  }
  .route-topics-container .post-unit .head-info > p {
    font-size: 0.643rem;
  }
  .route-topics-container .post-unit .head-info .tags .tag {
    width: 8em;
    padding: 4px 2px;
  }
  .route-topics-container .post-media {
    padding: 0;
  }
  .route-topics-container .post-media .post-body .button {
    max-width: 13em;
    font-size: 0.857rem;
  }
}
