/* common */
.fixed-quick-menu {
  display: none;
}
.type-tap-list .list-wrap {
  opacity: 0;
}
.type-tap-list .list-wrap.active {
  opacity: 1;
}
footer {
  position: relative !important;
}
.ft-wrap {
  padding: 30px 0 80px 15px !important;
}
.sub-menu-wrap {
  background-color: #ffffff !important;
  overflow: auto;
}

.file-board-tit {
  font-size: 1.2em;
  margin-bottom: 30px;
}
.cafe_list_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cafe_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  font-size: 1em;
  word-break: keep-all;
  line-height: 1.2em;
  border-bottom: 1px solid #ddd;
}
.cafe_list a {
  position: relative;
  display: inline-block;
  padding: 8px 10px;
  color: #717171;
  font-weight: 500;
  transition: all 0.1s ease-in-out;
}
.cafe_list span {
  color: #717171;
  align-self: center;
}
.cafe_list a:hover,
.cafe_list a:hover ~ span {
  color: #424242;
}

#sub01 {
  padding-bottom: 20% !important;
}

@media all and (max-width: 775px) {
  #sub01 {
    padding-bottom: 30% !important;
  }
}
@media all and (max-width: 650px) {
  .cafe_list {
    width: 98%;
  }
  .file-board-tit {
    text-align: center;
  }
}
@media all and (max-width: 360px) {
  .cafe_list {
    width: 100%;
  }
}
