html body .contents.contents01 {
  padding-top: 0;
}
html body .contents.contents01 .contents_list_wrapper .contents_list {
  margin-bottom: 4rem;
}
html body .contents.contents01 .contents_list_wrapper .contents_list:last-child {
  margin-bottom: 0;
}
html body .contents.contents01 .contents_list_wrapper .contents_list .contents_list_title {
  color: #fff;
  background-color: #ff9c58;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents.contents01 .contents_list_wrapper .contents_list .contents_list_title {
    margin-bottom: 1.5rem;
  }
}
html body .contents.contents01 .contents_list_wrapper .contents_list .contents_list_title h2 {
  font-size: 1.25rem;
  font-weight: 700;
}
html body .contents.contents01 .contents_list_wrapper .contents_list .contents_list_image {
  text-align: center;
}
html body .contents.contents01 .contents_list_wrapper .contents_list .contents_list_image img {
  height: 280px;
}
@media screen and (max-width: 767px) {
  html body .contents.contents01 .contents_list_wrapper .contents_list .contents_list_image img {
    height: 180px;
  }
}
html body .contents.contents01 .contents_list_wrapper .contents_list .contents_text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  html body .contents.contents01 .contents_list_wrapper .contents_list .contents_text {
    margin-top: 1rem;
  }
}
html body .contents.contents01 .contents_list_wrapper .contents_list .contents_text p {
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body .contents.contents01 .contents_list_wrapper .contents_list .contents_text p {
    text-align: left;
  }
}

/*# sourceMappingURL=guide.css.map */
