/* =============================================================

_settings.scss

============================================================= */
/*--------------------------------------------------------------
colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
space
--------------------------------------------------------------*/
.mg-t-xs {
  margin-top: 5px;
}
.mg-t-s {
  margin-top: 10px;
}
.mg-t-m {
  margin-top: 20px;
}
.mg-t-l {
  margin-top: 40px;
}
.mg-t-xl {
  margin-top: 80px;
}
.mg-t-xxl {
  margin-top: 120px;
}
.mg-r-xs {
  margin-right: 5px;
}
.mg-r-s {
  margin-right: 10px;
}
.mg-r-m {
  margin-right: 20px;
}
.mg-r-l {
  margin-right: 40px;
}
.mg-r-xl {
  margin-right: 80px;
}
.mg-r-xxl {
  margin-right: 120px;
}
.mg-b-xs {
  margin-bottom: 5px;
}
.mg-b-s {
  margin-bottom: 10px;
}
.mg-b-m {
  margin-bottom: 20px;
}
.mg-b-l {
  margin-bottom: 40px;
}
.mg-b-xl {
  margin-bottom: 80px;
}
.mg-b-xxl {
  margin-bottom: 120px;
}
.mg-l-xs {
  margin-left: 5px;
}
.mg-l-s {
  margin-left: 10px;
}
.mg-l-m {
  margin-left: 20px;
}
.mg-l-l {
  margin-left: 40px;
}
.mg-l-xl {
  margin-left: 80px;
}
.mg-l-xxl {
  margin-left: 120px;
}

/*--------------------------------------------------------------
z-index
--------------------------------------------------------------*/
/*---------------------------------------------------------------------------

mixin

---------------------------------------------------------------------------*/
.sortBlock dt {
  width: 100%;
}
@media screen and (min-width: 481px) {
  .sortBlock dt {
    width: 10em;
  }
}

#stoplist {
  font-size: 1rem;
  margin-bottom: 40px;
}
#stoplist .flex-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #stoplist .flex-wrapper {
    display: flex;
    align-items: start;
  }
}
#stoplist .flex-wrapper table {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  #stoplist .flex-wrapper table {
    flex-basis: calc(50% - 20px);
  }
}
#stoplist .flex-wrapper table tr {
  border-bottom: 1px solid #e6e9ec;
}
#stoplist .flex-wrapper table tr td, #stoplist .flex-wrapper table tr th {
  padding: 5px;
}
#stoplist .flex-wrapper table tr th {
  background-color: #e6e9ec;
}

#topics {
  display: none;
}
#topics .catch,
#topics .labelBlock {
  display: none;
}

#kiroku {
  display: flex;
  align-items: center;
}
#kiroku > div:last-child {
  margin-left: 15px;
}