.p_event_primary {
  margin-bottom: 60px;
}
.p_event_item {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  padding-left: 80px;
}
.p_event_item:last-child {
  margin-bottom: 0;
}
.p_event_item_month {
  position: absolute;
  top: 0;
  left: -8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
  height: 100%;
  padding-top: 10px;
}
.p_event_item_month_jp {
  margin-bottom: -2px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}
.p_event_item_month_jp_num {
  font-size: 2.125rem;
  line-height: 1;
}
.p_event_item_month_en {
  color: #80cee2;
  font-family: "Libre Baskerville", serif;
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
.p_event_item_month::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 70px);
  min-height: 22px;
  background: url(../images/event/img_line.svg) repeat-y center top;
}
.p_event_item_main {
  width: 100%;
  padding: 20px;
  background-color: #f1f5f5;
}
.p_event_item_dot_it {
  position: relative;
  margin-bottom: 5px;
  padding-left: 12px;
  font-weight: 500;
  line-height: 1.6;
}
.p_event_item_dot_it:last-child {
  margin-bottom: 0;
}
.p_event_item_dot_it::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #80cee2;
  border-radius: 100%;
}
.p_event_item_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_event_primary {
    margin-bottom: 120px;
  }
  .p_event_item {
    margin-bottom: 40px;
    padding-left: 160px;
  }
  .p_event_item_month {
    left: 0;
    width: 160px;
    padding-top: 15px;
  }
  .p_event_item_month_en {
    font-size: 0.875rem;
  }
  .p_event_item_month::before {
    top: 120px;
    height: calc(100% - 120px);
    min-height: 42px;
  }
  .p_event_item_main {
    padding: 30px;
  }
  .p_event_item_dot_it::before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
  .p_event_item_img {
    margin-top: 38px;
    gap: 20px;
  }
  .p_event_item02 {
    margin-bottom: 78px;
  }
  .p_event_item06 {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .p_event_item_month_jp {
    margin-bottom: 3px;
    font-size: 1.875rem;
  }
  .p_event_item_month_jp_num {
    font-size: 3.75rem;
  }
  .p_event_item_dot_it {
    margin-bottom: 14px;
    padding-left: 20px;
  }
}
/*# sourceMappingURL=maps/event.css.map */
