@charset "utf-8";

.page_block .page_block_title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  width: 4em;
  height: 4em;
}

.page_block ul .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_block ul .item h4 {
  width: 100%;
  margin-bottom: 10px;
}
.page_block ul .item .conts_txt {
  width: 70%;
}
.page_block ul .item .conts_img {
  width: 30%;
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}
