/* CSS Document */
#main {
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  #main {
    padding-bottom: 135px;
  }
}

.article-list {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .article-list {
    margin-bottom: 45px;
  }
}
.detail-box .box-inner {
  max-width: 810px;
}
.detail-box .ttl-box {
  background: #f7f5f2;
  padding: 48px 0 64px;
}
@media (min-width: 769px) {
  .detail-box .ttl-box {
    padding: 64px 0;
  }
}
.detail-box .ttl-box .category {
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #866d3e;
  font-weight: 300;
  margin-bottom: 4px;
}
@media (min-width: 769px) {
  .detail-box .ttl-box .category {
    font-size: 26px;
    margin-bottom: 14px;
  }
}
.detail-box .ttl-box .mds {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .detail-box .ttl-box .mds {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.detail-box .ttl-box .list-wrapper {
  background: #fff;
  font-size: 12px;
}
@media (min-width: 769px) {
  .detail-box .ttl-box .list-wrapper {
    font-size: 14px;
  }
}
.detail-box .ttl-box .list-wrapper .inner {
  display: flex;
}
.detail-box .ttl-box .list-wrapper .inner dt {
  width: 64px;
  text-align: center;
  color: #fff;
  background: #938976;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .detail-box .ttl-box .list-wrapper .inner dt {
    width: 140px;
  }
}
.detail-box .ttl-box .list-wrapper .inner dd {
  flex: 1;
  border-bottom: 1px solid #f7f5f2;
  padding: 10px 15px;
}
@media (min-width: 769px) {
  .detail-box .ttl-box .list-wrapper .inner dd {
    padding: 18px 24px;
  }
}
.detail-box .wysiwyg {
  padding: 48px 0 32px;
  border-bottom: 1px solid #EFE8DC;
  margin-bottom: 20px;
}
.detail-box .sns-box .sns-ttl {
  text-align: center;
  margin-bottom: 10px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.detail-box .sns-box .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.detail-box .btn-back {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .detail-box .btn-back {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .detail-box .btn-back a {
    font-size: 14px;
  }
}
.detail-box .btn-back a::before {
  right: auto;
  left: -30px;
}
/*# sourceMappingURL=_map/newsevent.css.map */
