.slide {
  margin: 0 0 50px;
}
.slide ul {
  list-style: none;
}
.slide .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.slide .swiper-pagination span {
  width: 96px;
  height: 64px;
  margin: 0 5px;
  background: transparent;
}
.slide .swiper-pagination img {
  width: 100%;
  height: auto;
}


.news .topics {
  padding: 0 20px;
  text-align: left;
}
.news .topics + .topics {
  margin-top: 20px;
}

.news .topics .title {
  margin-bottom: 15px;
  padding: 5px 10px;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #ffa51d;
  border-radius: 5px;
  background: rgba(255,255,255,0.5);
  font-weight: bold;
  line-height: 1.2;
}

.news .topics .topics_body_wrap {
  display: flex;
  padding: 0 11px;
}
.news .topics .date {
  display: none;
  padding: 5px 11px;
  text-align: right;
  color: #666;
  font-size: 85%;
}
.news .topics_photo {
  width: 20%;
  margin-right: 10px;
}
.news .topics_body {
  flex: 1;
}

.news .more {
  display: none;
}
.news .more a {
  display: block;
  width: 40%;
  margin: 10px auto;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #d17700;
  border-radius: 5px;
  background: #ffa51d;
  line-height: 1;
}

.link_banner {
  display: flex;
  padding: 0 20px 50px;
}

.link_image {
  width: 230px;
}

.link_image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.link_desc {
  flex: 1;
  padding: 10px 0 0 16px;
  text-align: left;
  word-break: break-all;
}

.link_desc span {
  color: #f02100;
}

.link_desc a {
  display: inline-block;
  margin-top: 20px;
}

.wisky {
  width: 60%;
  margin: 10px auto 0;
}

.infotable.add-20190425 {
  margin: 30px 0 20px;
}

.contents .infotable.add-20190425 table th, .contents .infotable.add-20190425 table td {
  text-align: center;
}

.infotable.add-20190425 a {
  color: #ff5757;
}

.infotable.add-20190425 a i {
  margin-right: 5px;
}

.recruit_box {
  display: flex;
  justify-content: center;
}

.recruit {
  width: 300px;
  margin: 0 5px 30px;
}

.staff {
  width: 300px;
  margin: 0 5px 30px;
}

.invoice {
  width: 200px;
  margin: -20px auto 20px;
}

.schedule_nav, .selectbox {
  display: none;
}
