.sec-post .sec-body {
  max-width: 1160px;
}
.sec-post .sec-body .post .post-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (width <= 576px) {
  .sec-post .sec-body .post .post-group {
    grid-template-columns: 1fr;
  }
}
.sec-post .sec-body .post .post-group .post-item {
  padding: 30px;
  border: solid 2px #FF6666;
  border-radius: 20px;
}
@media (width <= 781px) {
  .sec-post .sec-body .post .post-group .post-item {
    padding: 20px;
  }
}
.sec-post .sec-body .post .post-group .post-item .category {
  margin: 0 auto 10px 0;
  padding: 5px 10px;
  width: 100%;
  max-width: 150px;
  background-color: #FF9C66;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}
.sec-post .sec-body .post .post-group .post-item > .title {
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #000;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
}
.sec-post .sec-body .post .post-group .post-item > .title::after {
  content: none;
  display: inline;
  position: relative;
  bottom: auto;
  overflow: visible;
  width: auto;
  border-bottom: none;
}
.sec-post .sec-body .post .post-group .post-item .detail {
  display: flex;
  gap: 10px;
  margin: 0 0 10px;
}
@media (width <= 781px) {
  .sec-post .sec-body .post .post-group .post-item .detail {
    flex-direction: column;
  }
}
.sec-post .sec-body .post .post-group .post-item .detail:nth-last-of-type(1) {
  margin-bottom: 0;
}
.sec-post .sec-body .post .post-group .post-item .detail .title {
  display: flex;
  gap: 5px;
  margin: 0;
  width: 100%;
  max-width: 5em;
}
.sec-post .sec-body .post .post-group .post-item .detail .title span {
  flex-grow: 1;
  display: inline-block;
  width: 100%;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (width <= 781px) {
  .sec-post .sec-body .post .post-group .post-item .detail .title span {
    text-align: left;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
.sec-post .sec-body .post .post-group .post-item .detail .title::after {
  content: ":";
}
@media (width <= 781px) {
  .sec-post .sec-body .post .post-group .post-item .detail .title::after {
    content: none;
  }
}
.sec-post .sec-body .post .post-group .post-item .detail .data {
  flex-grow: 1;
  margin: 0;
}
@media (width <= 781px) {
  .sec-post .sec-body .post .post-group .post-item .detail .data {
    padding-left: 1em;
  }
}
.sec-post .sec-body .post .post-group .post-item .detail .data > *:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.sec-post .sec-body .post .post-group .post-item .decided p {
  margin: 1em 0 0;
  color: #cc0000;
}/*# sourceMappingURL=post-sigoto.css.map */