article {
  padding-top: 70rem;
}

.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 30rem;
  text-align: center;
}
.pagenation li + li {
  margin-left: 0.5em;
}
.pagenation li a {
  color: #bf3467;
  border: 1px solid #bf3467;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .pagenation li a:hover {
    color: #fff;
    background-color: #bf3467;
    opacity: 1;
  }
}
.pagenation li.active {
  color: #fff;
  background-color: #bf3467;
  border: 1px solid #bf3467;
  height: 2em;
  width: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation li.active a {
  color: #fff;
  background-color: #bf3467;
}

#page_info article .info_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 1060rem;
  margin-left: auto;
  margin-right: auto;
  gap: 20rem 50rem;
  align-items: flex-start;
}
#page_info article .info_list li {
  display: flex;
  align-items: center;
  padding-bottom: 2em;
  width: 320rem;
}
#page_info article .info_list li .image {
  overflow: hidden;
  height: 210rem;
  display: block;
  border: 1px solid #ddd;
}
#page_info article .info_list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s linear;
}
#page_info article .info_list li .image:hover img {
  transform: scale(1.05);
}
#page_info article .info_list li .time {
  color: #f2a2b1;
  width: 6em;
  margin-top: 0.5em;
}
#page_info article .info_list li .title {
  color: #bf3467;
  font-weight: 500;
  margin-top: 0.5em;
}
#page_info article .pagenation li a {
  width: 2em;
}

#page_single article .time {
  color: #f2a2b1;
}
#page_single article .title {
  font-size: 28rem;
  font-weight: 700;
  margin-top: 0.5em;
}
#page_single article .content {
  padding: 2em 0;
  margin-top: 1em;
  border-top: 1px dashed #bf3467;
  border-bottom: 1px dashed #bf3467;
}
#page_single article .content img {
  display: block;
  margin-top: 30rem;
  margin-left: auto;
  margin-right: auto;
}
#page_single article .pagenation li a {
  width: 8em;
}

@media screen and (max-width: 767px) {
  article {
    padding-top: 40rem;
  }
  #page_info article .info_list {
    width: 100%;
  }
  #page_info article .info_list li {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1em;
    width: 100%;
  }
  #page_info article .info_list li .title {
    font-size: 14rem;
  }
  #page_single article .title {
    font-size: 16rem;
  }
  #page_single article .content img {
    margin-top: 20rem;
  }
}/*# sourceMappingURL=info_test.css.map */