#head {
  padding-top: 8.75em;
}
#head .breadcrumbs {
  padding: 0 3.125em;
}
@media screen and (max-width: 767px) {
  #head {
    padding-top: 6.640625em;
  }
  #head .breadcrumbs {
    padding: 0 1.953125em;
  }
}

#posts {
  margin-bottom: 6.25em;
}
#posts .base .p_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#posts .base .p_item:not(:last-child) {
  margin-bottom: 3.25em;
}
#posts .base .p_item .photo {
  display: block;
  width: 38.5em;
  line-height: 0;
  margin-right: 5em;
}
#posts .base .p_item .txtarea {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5625em 0;
}
#posts .base .p_item .txtarea .plan_category .pc_item {
  color: #999;
  font-size: 1em;
  line-height: 1.35;
  display: inline-block;
  white-space: nowrap;
  border-bottom: 1px solid #999;
  margin-right: 0.875em;
  margin-bottom: 0.5em;
}
#posts .base .p_item .txtarea .plan_category:not(:empty) {
  margin-bottom: 0.85em;
}
#posts .base .p_item .txtarea .p_ttl {
  font-size: 1.6875em;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#posts .base .p_item .txtarea .p_event_span {
  font-size: 1em;
  letter-spacing: 0.05em;
  margin-top: 0.25em;
}
#posts .base .p_item .txtarea .p_descript {
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 2.8125em;
  margin-bottom: auto;
}
#posts .base .p_item .txtarea .p_more {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5em;
}
@media screen and (max-width: 767px) {
  #posts {
    margin-bottom: 6.25em;
  }
  #posts .base .p_item {
    display: block;
  }
  #posts .base .p_item:not(:last-child) {
    margin-bottom: 5.859375em;
  }
  #posts .base .p_item .photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.734375em;
  }
  #posts .base .p_item .txtarea {
    width: 100%;
    background-color: transparent;
    display: block;
    margin-top: 1.5em;
  }
  #posts .base .p_item .txtarea .plan_category .pc_item {
    color: #999;
    font-size: 1em;
    line-height: 1.35;
    display: inline-block;
    white-space: nowrap;
    border-bottom: 1px solid #999;
    margin-right: 0.875em;
    margin-bottom: 0.5em;
  }
  #posts .base .p_item .txtarea .plan_category:not(:empty) {
    margin-bottom: 0.85em;
  }
  #posts .base .p_item .txtarea .p_ttl {
    font-size: 1.6875em;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-bottom: 1.25em;
  }
  #posts .base .p_item .txtarea .p_descript {
    font-size: 1em;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: auto;
  }
  #posts .base .p_item .txtarea .p_more {
    margin-top: 1em;
  }
}/*# sourceMappingURL=activity.css.map */