#school-trip.static-wrapper.container {
  margin: 50px auto 90px;
}
@media (min-width: 1600px) {
  #school-trip.static-wrapper.container {
    max-width: 1050px;
  }
}
#school-trip.static-wrapper ul {
  list-style: circle;
}
#school-trip.static-wrapper p,
#school-trip.static-wrapper ol,
#school-trip.static-wrapper ul {
  margin-bottom: 0;
  margin-top: 0.5rem;
  line-height: 2em;
}
#school-trip.static-wrapper li {
  list-style: none;
}
#school-trip.static-wrapper a {
  color: #787878 !important;
  text-decoration: underline;
  background-color: transparent;
  transition: ease-in 0.3s;
}
#school-trip.static-wrapper a:hover {
  text-decoration: none;
}
#school-trip.static-wrapper p {
  text-align: left;
}
#school-trip.static-wrapper img {
  max-width: 100%;
  height: auto;
}
#school-trip.static-wrapper h2 {
  font-size: 2rem;
}
#school-trip.static-wrapper ul.h1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 1.5em;
}
@media (max-width: 767px) {
  #school-trip.static-wrapper ul.h1 {
    padding: 0;
    flex-direction: column;
  }
}
#school-trip.static-wrapper ul.h1 li {
  width: 50%;
}
@media (max-width: 767px) {
  #school-trip.static-wrapper ul.h1 li {
    width: 100%;
  }
}
#school-trip.static-wrapper ul.h1 li:first-child {
  padding: 0 1em 0 0;
}
@media (max-width: 767px) {
  #school-trip.static-wrapper ul.h1 li:first-child {
    padding: 0;
  }
}
#school-trip.static-wrapper ul.h1 li h1 {
  margin-top: 28%;
  text-align: left;
}
@media (max-width: 991px) {
  #school-trip.static-wrapper ul.h1 li h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #school-trip.static-wrapper ul.h1 li h1 {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  #school-trip.static-wrapper ul.h1 li .pc {
    display: none;
  }
}
#school-trip.static-wrapper ul.h1 li p {
  font-size: 14px;
}
#school-trip.static-wrapper section {
  display: block;
}
@media (min-width: 576px) {
  #school-trip.static-wrapper section p.sp {
    display: none;
  }
}
#school-trip.static-wrapper section ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 65%;
}
@media (max-width: 720px) {
  #school-trip.static-wrapper section ul {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
}
#school-trip.static-wrapper section ul {
  margin: 3em auto 5em;
}
#school-trip.static-wrapper section .topicText h2 {
  margin: 0 0 5%;
  text-align: center;
}
#school-trip.static-wrapper section .topicText .main {
  margin: 0 0 3%;
}
#school-trip.static-wrapper section #topic1 {
  margin: 0 0 10%;
  text-align: center;
}
#school-trip.static-wrapper section .jump {
  margin-top: -6em !important;
  padding-top: 7em !important;
}
#school-trip.static-wrapper section h4.topic {
  margin-top: 1rem;
  background-color: #f7f6f5;
  padding: 15px;
}
#school-trip.static-wrapper .jump_12 {
    margin-top: -0px!important;
    padding-top: 12%!important;
}
@media (min-width: 1600px) {
   #school-trip.text-danger {
    max-width: 1100px;
  } 
}
#secondgroup-content {
    margin-top: 5%;
}
.content-product-listing .detailAllLink {
    background: #231815;;
}
@media (min-width: 768px) {
    .content-product-listing .detailAllLink {
        max-width: 30%;
    }
}
.columnListWrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}