@charset "utf-8";

.degree_2 {
  margin-top: 34px;
}

.photo-list {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .photo-list {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
    #articleBody .articleSect .col.photoCol.noOder {
    order: 3;
  }
}
